예제 #1
0
 /**
  * getLabel
  *
  * @return string
  */
 public function getLabel()
 {
     return $this->getValue() ?: parent::getLabel();
 }