A factory and instance for entity relationships
Located in /Orm/Relation.php (line 24)
Any filters associated with the relation
The class that defines the relation
The primary key field(s) involved in the relation
The join table field linking to the left entity's primary key fields
The join table field linking to the right entity's primary key fields
In a join relationship, this is the table linking the two entities
The mapper factory
The name of the relation
The activity to perform on entity delete
The activity to perform when a primary key is changed
The "belongs" relation opposite a "many"
The class on the target end of the relation
The type of relation; one of ('one','belongs','many','joined')
Create a new relationship
Gets the class that owns the relationship
Gets the ids involved
Gets the left entity column name in the join table
Gets the name of the relationship
Gets the action type to perform onDelete
Gets the action type to perform onUpdate
If this relation is a 'many', this returns the 'belongs' relation
Gets the right entity column name in the join table
Gets the join table name
Gets the class of the relationship
Gets the type of the relationship
Checks to see if the class referenced by this relationship has a belongs
This relationship must be a 'many' to return true, and the target class must have a 'belongs' relationship pointing back to this declaring class
This returns true if the type is 'many' or 'joined', false otherwise
Loads the Xyster_Orm_Entity or Xyster_Orm_Set
Relates one entity to another (if one-to-one)
Documentation generated on Mon, 19 May 2008 17:07:31 -0400 by phpDocumentor 1.4.2