class QueryBuilderAssocFacade extends QueryBuilderFacade

Methods

static string
getFacadeAccessor()

Get the registered name of the component.

static mixed
resolveFacadeInstance(object|string $name)

Resolve the facade root instance from the container.

void
static()

?object first()

Details

at line 38
static protected string getFacadeAccessor()

Get the registered name of the component.

Return Value

string

in QueryBuilderFacade at line 52
static protected mixed resolveFacadeInstance(object|string $name)

Resolve the facade root instance from the container.

Parameters

object|string $name

Return Value

mixed

at line 32
void static()

?object first()

Return Value

void