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;
    }