Neos\Flow\Persistence\Doctrine\Repository::getEntityClassName PHP 메소드

getEntityClassName() 공개 메소드

Returns the classname of the entities this repository is managing.
public getEntityClassName ( ) : string
리턴 string
    public function getEntityClassName()
    {
        return $this->objectType;
    }