You are here

public function LazyLoadableObjectClassMetadata::getAssociationMappedByTargetField in Plug 7

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

Parameters

string $assocName:

Return value

string

Overrides ClassMetadata::getAssociationMappedByTargetField

File

lib/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');
}