Solar_Sql_Model_Params_Eager::eager()
public
Solar_Sql_Model_Params
Solar_Sql_Model_Params_Eager::eager
( string $name
, array $opts = NULL
)
Adds a new related eager-fetch (with options) to the params.
Inherited from Solar_Sql_Model_Params.
Parameters
(string)
$name
: The name of the related to eager-fetch.(array)
$opts
: Options for the eager-fetch; cf. Solar_Sql_Model_Params_Eager.
Returns
(Solar_Sql_Model_Params)
Description
Adds a new related eager-fetch (with options) to the params.