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