コード例 #1
0
ファイル: KTAPIAcl.inc.php プロジェクト: 5haman/knowledgetree
 /**
  * Returns the permission id.
  *
  * @author KnowledgeTree Team
  * @access public
  * @return int
  */
 public function getId()
 {
     return $this->permission->getId();
 }