Exemplo n.º 1
0
 /**
  * The permission list callback JavaScript
  *
  * Method will return the javascript callback for the permission list
  *
  * @access public
  * @return string The permission list callback javascript
  */
 public function showPermissionListJS()
 {
     return parent::showPermissionListJS($this->getid());
 }