コード例 #1
0
ファイル: TabButton.php プロジェクト: pscheit/psc-cms
 public function setLabel($label)
 {
     parent::setLabel($label);
     $this->item->setButtonLabel($label);
     return $this;
 }