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