public function ClassMetadata::getAssociationMappedByTargetField in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php \Doctrine\Common\Persistence\Mapping\ClassMetadata::getAssociationMappedByTargetField()
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 vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ LazyLoadableObjectClassMetadata.php - Returns the target field of the owning side of the association.
- TestObjectMetadata::getAssociationMappedByTargetField in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php - Returns the target field of the owning side of the association.
File
- vendor/
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);