function ClassMetadata::getAssociationTargetClass

Returns the target class name of the given association.

Parameters

string $assocName:

Return value

string

1 method overrides ClassMetadata::getAssociationTargetClass()
TestObjectMetadata::getAssociationTargetClass in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
Returns the target class name of the given association.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php, line 138

Class

ClassMetadata
Contract for a Doctrine persistence layer ClassMetadata class to implement.

Namespace

Doctrine\Common\Persistence\Mapping

Code

function getAssociationTargetClass($assocName);