\ManaPHP\Data\RelationHasManyOthers

Summary

Methods
Properties
Constants
getThatQuery()
earlyLoad()
lazyLoad()
__construct()
No public properties found
No constants found
No protected methods found
$_thisModel
$_thatModel
$_thisFilter
$_thisValue
$_thatField
N/A
No private methods found
No private properties found
N/A

Properties

$_thisModel

$_thisModel : string

Type

string

$_thatModel

$_thatModel : string

Type

string

$_thisFilter

$_thisFilter : string

Type

string

$_thisValue

$_thisValue : string

Type

string

$_thatField

$_thatField : string

Type

string

Methods

earlyLoad()

earlyLoad(array  $r, \ManaPHP\Data\QueryInterface  $query, string  $name, boolean  $asArray) : array

Parameters

array $r
\ManaPHP\Data\QueryInterface $query
string $name
boolean $asArray

Returns

array

lazyLoad()

lazyLoad(\ManaPHP\Data\Model  $instance) : \ManaPHP\Data\QueryInterface

Parameters

\ManaPHP\Data\Model $instance

Returns

\ManaPHP\Data\QueryInterface

__construct()

__construct(string  $thisModel, string  $thisFilter, string  $thisValue, string  $thatModel, string  $thatField) 

Parameters

string $thisModel
string $thisFilter
string $thisValue
string $thatModel
string $thatField