class
Illuminate
/
Database
/
Eloquent
/
HigherOrderBuilderProxy
HigherOrderBuilderProxy
Properties
protected
$method string
The method being proxied.
Default: null
Methods
public
__construct ( Builder $builder , $method ) : void
Create a new proxy instance.
Parameters
- $builder Builder
- $method string
public
__call ( $method , $parameters ) : mixed
Proxy a scope call onto the query builder.
Parameters
- $method string
- $parameters array