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

getEntityClassName() 공개 메소드

Note that anything that is an "instanceof" this class is accepted by the repository.
public getEntityClassName ( ) : string
리턴 string
    public function getEntityClassName()
    {
        return $this->entityClassName;
    }