コード例 #1
0
ファイル: CacheLevel.php プロジェクト: Andyyang1981/pi
 /**
  * {@inheritDoc}
  */
 public function getLabel()
 {
     if (null === $this->label) {
         $this->label = __('Cache level');
     }
     return parent::getLabel();
 }
コード例 #2
0
ファイル: Locale.php プロジェクト: Andyyang1981/pi
 /**
  * {@inheritDoc}
  */
 public function getLabel()
 {
     if (null === $this->label) {
         $this->label = __('Language');
     }
     return parent::getLabel();
 }
コード例 #3
0
ファイル: RoleAdmin.php プロジェクト: Andyyang1981/pi
 /**
  * {@inheritDoc}
  */
 public function getLabel()
 {
     if (null === $this->label) {
         $this->label = __('Admin role');
     }
     return parent::getLabel();
 }
コード例 #4
0
ファイル: Navigation.php プロジェクト: Andyyang1981/pi
 /**
  * {@inheritDoc}
  */
 public function getLabel()
 {
     if (null === $this->label) {
         $this->label = __('Navigation');
     }
     return parent::getLabel();
 }