예제 #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();
 }