public function ClassMetadata::getAssociationMappedByTargetField in Plug 7
Returns the target field of the owning side of the association.
Parameters
string $assocName:
Return value
string
2 methods override ClassMetadata::getAssociationMappedByTargetField()
- LazyLoadableObjectClassMetadata::getAssociationMappedByTargetField in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ LazyLoadableObjectClassMetadata.php - Returns the target field of the owning side of the association.
- TestObjectMetadata::getAssociationMappedByTargetField in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php - Returns the target field of the owning side of the association.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ ClassMetadata.php, line 162
Class
- ClassMetadata
- Contract for a Doctrine persistence layer ClassMetadata class to implement.
Namespace
Doctrine\Common\Persistence\MappingCode
public function getAssociationMappedByTargetField($assocName);