Documentation

Builder extends Builder

Table of Contents

__construct()  : mixed
afeefaEagerLoadRelation()  : mixed
This overrides the original protected function: - to make it public - to select custom fields instead of '*' - to return the result set

Methods

__construct()

public __construct(Model $owner) : mixed
Parameters
$owner : Model
Return values
mixed

afeefaEagerLoadRelation()

This overrides the original protected function: - to make it public - to select custom fields instead of '*' - to return the result set

public afeefaEagerLoadRelation(array<string|int, mixed> $models, string $name, array<string|int, mixed> $selectFields, array<string|int, mixed> $relationCounts) : mixed
Parameters
$models : array<string|int, mixed>
$name : string
$selectFields : array<string|int, mixed>
$relationCounts : array<string|int, mixed>
Tags
see
parent::eagerLoadRelation()
Return values
mixed

Search results