예제 #1
0
파일: _ide_helper.php 프로젝트: hunglmtb/eb
 /**
  * Register a custom macro.
  *
  * @param string $name
  * @param callable $macro
  * @return void 
  * @static 
  */
 public static function macro($name, $macro)
 {
     //Method inherited from \Collective\Html\FormBuilder
     \App\Services\Html\FormBuilder::macro($name, $macro);
 }