Solar_Sql_Model_Params_Eager::alias()

public Solar_Sql_Model_Params Solar_Sql_Model_Params_Eager::alias ( string $val )

Sets the alias to use for this eager or fetch.

Inherited from Solar_Sql_Model_Params.

Parameters

  • (string) $val: The alias name.

Returns

  • (Solar_Sql_Model_Params)

Description

Sets the alias to use for this eager or fetch.



Local