Solar_Sql_Model_Params::alias()

public Solar_Sql_Model_Params Solar_Sql_Model_Params::alias ( string $val )

Sets the alias to use for this eager or fetch.

Parameters

  • (string) $val: The alias name.

Returns

  • (Solar_Sql_Model_Params)

Description

Sets the alias to use for this eager or fetch.



Local