Solar_Sql_Model_Related_HasMany::modEagerResult()
    public
    void
     Solar_Sql_Model_Related_HasMany::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.