Exemple #1
0
 /**
  * Returns the authorization item type as a string.
  * @param boolean $plural whether to return the name in plural.
  * @return string the text.
  */
 public function getTypeText($plural = false)
 {
     return parent::getItemTypeText($this->type, $plural);
 }