Solar_Sql_Model_Related::modEagerResult()

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

Parameters

  • (Solar_Sql_Model_Params_Eager) $eager: The eager params.

  • (array) &$result: The parent result rows.

  • (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.



Local