Solar_Sql_Model_Related::modEagerFetch()

public void Solar_Sql_Model_Related::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.

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.

See Also



Local