コード例 #1
0
ファイル: Email.php プロジェクト: nhachey/LAMP-1---Project-1
 /**
  * @see Input::defaultAttributes
  */
 protected function defaultAttributes()
 {
     return array_merge(parent::defaultAttributes(), array('maxlength' => '', 'size' => ''));
 }
コード例 #2
0
ファイル: Submit.php プロジェクト: nhachey/LAMP-1---Project-1
 /**
  * @see: Input::defaultAttribtues
  */
 protected function defaultAttributes()
 {
     return array_merge(parent::defaultAttributes(), array());
 }