예제 #1
0
파일: _ide_helper.php 프로젝트: hunglmtb/eb
 /**
  * 
  *
  * @static 
  */
 public static function check($name, $label)
 {
     return \App\Services\Html\FormBuilder::check($name, $label);
 }