class HigherOrderBuilderProxy mixin Builder

Methods

__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

at line 17
__construct(Builder $builder, string $method)

Create a new proxy instance.

Parameters

Builder $builder
string $method

at line 26
mixed __call(string $method, array $parameters)

Proxy a scope call onto the query builder.

Parameters

string $method
array $parameters

Return Value

mixed