Beispiel #1
0
 /**
  * {@inheritDoc}
  */
 public function getLabel()
 {
     if (null === $this->label) {
         $this->label = __('Cache level');
     }
     return parent::getLabel();
 }
Beispiel #2
0
 /**
  * {@inheritDoc}
  */
 public function getLabel()
 {
     if (null === $this->label) {
         $this->label = __('Language');
     }
     return parent::getLabel();
 }
Beispiel #3
0
 /**
  * {@inheritDoc}
  */
 public function getLabel()
 {
     if (null === $this->label) {
         $this->label = __('Admin role');
     }
     return parent::getLabel();
 }
Beispiel #4
0
 /**
  * {@inheritDoc}
  */
 public function getLabel()
 {
     if (null === $this->label) {
         $this->label = __('Navigation');
     }
     return parent::getLabel();
 }