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