Solar_Sql_Model_Related_HasManyThrough::_modEagerFetch()
protected
void
Solar_Sql_Model_Related_HasManyThrough::_modEagerFetch
( Solar_Sql_Model_Params_Eager $eager
, Solar_Sql_Model_Params_Fetch $fetch
)
Modifies the native fetch params with eager joins so that the through table and the foreign table are joined properly.
Parameters
(Solar_Sql_Model_Params_Eager)
$eager
: The eager params.(Solar_Sql_Model_Params_Fetch)
$fetch
: The native fetch params.
Returns
(void)
Description
Modifies the native fetch params with eager joins so that the through table and the foreign table are joined properly.