Solar_Sql_Model_Related_HasManyThrough::modEagerResult()
public
void
Solar_Sql_Model_Related_HasManyThrough::modEagerResult
( Solar_Sql_Model_Params_Eager $eager
, array $$result
, string $type
, Solar_Sql_Model_Params_Fetch $fetch
)
Modifies the parent result array to add eager records.
Inherited from Solar_Sql_Model_Related_ToMany.
Parameters
(Solar_Sql_Model_Params_Eager)
$eager
: The eager params.(array)
&$result
: The parent results.(string)
$type
: The type of fetch performed (e.g., 'one', 'all', etc).(Solar_Sql_Model_Params_Fetch)
$fetch
: The native fetch settings.
Returns
(void)
Description
Modifies the parent result array to add eager records.