Class: Doctrine_Relation_Association
Source Location: /Doctrine/Relation/Association.phpClass Doctrine_Relation_Association
Class Overview
Doctrine_Relation_Association this class takes care of association mapping (= many-to-many relationships, where the relationship is handled with an additional relational table which holds 2 foreign keys) Located in /Doctrine/Relation/Association.php [line 36] Doctrine_Relation | --Doctrine_Relation_AssociationAuthor(s):
|
[ Top ]
Direct descendents
Child Class | Description |
---|---|
Doctrine_Relation_Association_Self | Doctrine_Relation_Association_Self |
Doctrine_Relation_Nest | Doctrine_Relation_Association_Self |
[ Top ]
Inherited Properties, Constants, and Methods
[ Top ]
Method Summary
Doctrine_Record|Doctrine_Collection | fetchRelatedFor() | fetchRelatedFor |
void | getAssociationTable() | |
string | getRelationDql() | getRelationDql |
[ Top ]
Properties
Methods
fetchRelatedFor [line 83]
|
fetchRelatedFor
fetches a component related to given record
Parameters:Doctrine_Record | $record: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Relation::fetchRelatedFor()
- fetchRelatedFor
Redefined in descendants as:
[ Top ]
getAssociationFactory [line 41]
|
API Tags:
Access: | public |
[ Top ]
getRelationDql [line 55]
|
getRelationDql
Parameters:integer | $count: | |
$context: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Relation::getRelationDql()
- getRelationDql
Redefined in descendants as:
- Doctrine_Relation_Association_Self::getRelationDql() : getRelationDql
- Doctrine_Relation_Nest::getRelationDql() : getRelationDql
[ Top ]