Solar_Sql_Model_Related_HasMany::getForeignConditions()
public
array
Solar_Sql_Model_Related_HasMany::getForeignConditions
( string $alias
)
Gets the foreign-model WHERE conditions and merges with the WHERE conditions on this relationship.
Inherited from Solar_Sql_Model_Related.
Parameters
(string)
$alias
: The alias to use for the foreign table.
Returns
(array) An array of WHERE conditions.
Description
Gets the foreign-model WHERE conditions and merges with the WHERE conditions on this relationship.