Solar_Sql_Model_Related_HasOneOrNull::modEagerFetch()
public
void
Solar_Sql_Model_Related_HasOneOrNull::modEagerFetch
( Solar_Sql_Model_Params_Eager $eager
, Solar_Sql_Model_Params_Fetch $fetch
)
Fixes the native fetch params and eager params; then, if the join_flag is set on the eager, calles _modEagerFetch() to modify the native fetch params based on the eager params.
Inherited from Solar_Sql_Model_Related.
Parameters
(Solar_Sql_Model_Params_Eager)
$eager
: The eager params.(Solar_Sql_Model_Params_Fetch)
$fetch
: The native fetch settings.
Returns
(void)
Description
Fixes the native fetch params and eager params; then, if the join_flag is set on the eager, calles _modEagerFetch() to modify the native fetch params based on the eager params.