getAssociationTargetClass() public method

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