示例#1
0
 /** Returns the display description for this permission key (localized and escaped accordingly to $format)
  * @param string $format = 'html'
  *    Escape the result in html format (if $format is 'html').
  *    If $format is 'text' or any other value, the display description won't be escaped.
  *
  * @return string
  */
 public function getPermissionKeyDisplayDescription($format = "html")
 {
     return parent::getPermissionKeyDisplayDescription($format);
 }