示例#1
0
 protected function getLabel()
 {
     if ($this->getInput()) {
         return parent::getLabel();
     }
     return "";
 }
示例#2
0
 protected function getLabel()
 {
     return parent::getLabel();
 }