You are here

public function ClassMetadata::getAssociationTargetClass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php \Doctrine\Common\Persistence\Mapping\ClassMetadata::getAssociationTargetClass()

Returns the target class name of the given association.

Parameters

string $assocName:

Return value

string

2 methods override ClassMetadata::getAssociationTargetClass()
LazyLoadableObjectClassMetadata::getAssociationTargetClass in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObjectClassMetadata.php
Returns the target class name of the given association.
TestObjectMetadata::getAssociationTargetClass in vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
Returns the target class name of the given association.

File

vendor/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\Mapping

Code

public function getAssociationTargetClass($assocName);