Solar_Sql_Model_Related_ToOne::_modEagerFetch()
    protected
    void
     Solar_Sql_Model_Related_ToOne::_modEagerFetch 
         ( Solar_Sql_Model_Params_Eager  $eager
        , Solar_Sql_Model_Params_Fetch  $fetch
    
 )
Modifies the native fetch with an eager join so that the foreign table is joined properly and foreign columns are selected.
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 with an eager join so that the foreign table is joined properly and foreign columns are selected.