예제 #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
 /**
  * Get the button label
  *
  * @return  string
  */
 protected function buttonLabel()
 {
     return FText::_($this->getParams()->get('button_label', parent::buttonLabel()));
 }