示例#1
0
 /**
  * Get the given macro by name.
  *
  * @param string $name
  * @return \Closure 
  * @static 
  */
 public static function getMacro($name)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Builder
     return \October\Rain\Database\Builder::getMacro($name);
 }