Solar_Sql_Model_Params_Eager::joinType()
public
Solar_Sql_Model_Params_Eager
Solar_Sql_Model_Params_Eager::joinType
( string $val
)
Sets the join type to use (null, 'left', or 'inner').
Parameters
(string)
$val
: The join type to use (null, 'left', or 'inner').
Returns
(Solar_Sql_Model_Params_Eager)
Description
Sets the join type to use (null, 'left', or 'inner').