getAssociationTargetClass() 공개 메소드

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