Beispiel #1
0
 /**
  * {@inheritDoc}
  */
 public function getLabel()
 {
     if (null === $this->label) {
         $this->label = __('Roles');
     }
     return parent::getLabel();
 }