getAssociationTargetClass() public method

Currently not necessary but needed by Interface
public getAssociationTargetClass ( string $assocName ) : string
$assocName string
return string
Ejemplo n.º 1
0
 public function testGetAssociationTargetClass()
 {
     $this->assertInternalType('string', $this->classMetadata->getAssociationTargetClass('name'));
 }