getAssociationTargetClass() public method

Currently not necessary but needed by Interface
public getAssociationTargetClass ( string $assocName ) : string
$assocName string
return string
コード例 #1
0
ファイル: ClassMetadataTest.php プロジェクト: doctrine/search
 public function testGetAssociationTargetClass()
 {
     $this->assertInternalType('string', $this->classMetadata->getAssociationTargetClass('name'));
 }