コード例 #1
0
ファイル: email.php プロジェクト: pascal26/fabrik
 /**
  * Get the button label
  *
  * @return  string
  */
 protected function buttonLabel()
 {
     return $this->getParams()->get('email_button_label', parent::buttonLabel());
 }
コード例 #2
0
ファイル: update_col.php プロジェクト: jfquestiaux/fabrik
 /**
  * Get the button label
  *
  * @return  string
  */
 protected function buttonLabel()
 {
     return FText::_($this->getParams()->get('button_label', parent::buttonLabel()));
 }