HigherOrderBuilderProxy
class HigherOrderBuilderProxy (View source)
Properties
protected Builder | $builder | The collection being operated on. | |
protected string | $method | The method being proxied. |
Methods
void | __construct(Builder $builder, string $method) Create a new proxy instance. | |
mixed | __call(string $method, array $parameters) Proxy a scope call onto the query builder. |
Details
void __construct(Builder $builder, string $method)
Create a new proxy instance.
mixed __call(string $method, array $parameters)
Proxy a scope call onto the query builder.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/7.x/Illuminate/Database/Eloquent/HigherOrderBuilderProxy.html