You are here

public function LazyLoadableObjectClassMetadata::getAssociationMappedByTargetField in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObjectClassMetadata.php \Doctrine\Tests\Common\Proxy\LazyLoadableObjectClassMetadata::getAssociationMappedByTargetField()

Returns the target field of the owning side of the association.

Parameters

string $assocName:

Return value

string

Overrides ClassMetadata::getAssociationMappedByTargetField

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObjectClassMetadata.php, line 183

Class

LazyLoadableObjectClassMetadata
Class metadata test asset for @author Marco Pivetta <ocramius@gmail.com> @since 2.4

Namespace

Doctrine\Tests\Common\Proxy

Code

public function getAssociationMappedByTargetField($assocName) {
  throw new \BadMethodCallException('not implemented');
}