コード例 #1
0
ファイル: _ide_helper.php プロジェクト: hunglmtb/eb
 /**
  * 
  *
  * @static 
  */
 public static function checkHorizontal($name, $label, $value)
 {
     return \App\Services\Html\FormBuilder::checkHorizontal($name, $label, $value);
 }