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