コード例 #1
0
ファイル: Advanced.php プロジェクト: kirkbauer2/kirkxc
 /**
  * getLabel
  *
  * @return string
  */
 public function getLabel()
 {
     return $this->getValue() ?: parent::getLabel();
 }