コード例 #1
0
ファイル: _ide_helper.php プロジェクト: hunglmtb/eb
 /**
  * Create a select year field.
  *
  * @param string $name
  * @param string $begin
  * @param string $end
  * @param string $selected
  * @param array $options
  * @return mixed 
  * @static 
  */
 public static function selectYear()
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \App\Services\Html\FormBuilder::selectYear();
 }