Solar_Sql_Model::getRelated()

public Solar_Sql_Model_Related Solar_Sql_Model::getRelated ( string $name )

Gets the control object for a named relationship.

Parameters

  • (string) $name: The related name.

Returns

  • (Solar_Sql_Model_Related) The relationship control object.

Description

Gets the control object for a named relationship.



Local