public function TestObjectMetadata::getAssociationTargetClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php \Doctrine\Tests\Common\Persistence\TestObjectMetadata::getAssociationTargetClass()
Returns the target class name of the given association.
Parameters
string $assocName:
Return value
string
Overrides ClassMetadata::getAssociationTargetClass
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php, line 167
Class
Namespace
Doctrine\Tests\Common\PersistenceCode
public function getAssociationTargetClass($assocName) {
return __NAMESPACE__ . '\\TestObject';
}