草庐IT

Macroable

全部标签

php - laravel 中的宏是什么 Macroable

请阅读本文档帮助我理解LaravelMacroabletrait中的宏是什么https://laravel.com/api/5.4/Illuminate/Support/Traits/Macroable.html只告诉我如何使用,但我为什么要使用它,它意味着什么。 最佳答案 它用于在运行时动态地向类添加功能。useIlluminate\Support\Collection;Collection::macro('someMethod',function($arg1=1,$arg2=1){return$this->count()+$ar