Class: Doctrine_Relation_ForeignKey
Source Location: /Doctrine/Relation/ForeignKey.phpClass Doctrine_Relation_ForeignKey
Class Overview
Doctrine_Relation_ForeignKey This class represents a foreign key relation Located in /Doctrine/Relation/ForeignKey.php [line 34] Doctrine_Relation | --Doctrine_Relation_ForeignKeyAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
[ Top ]
Method Summary
Doctrine_Record|Doctrine_Collection | fetchRelatedFor() | fetchRelatedFor |
void | getCondition() | getCondition |
[ Top ]
Properties
Methods
fetchRelatedFor [line 44]
|
fetchRelatedFor
fetches a component related to given record
Parameters:Doctrine_Record | $record: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Relation::fetchRelatedFor()
- fetchRelatedFor
[ Top ]