Ejemplo n.º 1
0
 /**
  * Returns the permission name.
  *
  * @author KnowledgeTree Team
  * @access public
  * @return string
  */
 public function getName()
 {
     return $this->permission->getHumanName();
 }