コード例 #1
0
 public function getLabel($required = true)
 {
     $label = parent::getLabel();
     if ($label == "") {
         return "";
     }
     return $this->fetch('label.php', __CLASS__);
 }