Neos\Flow\Persistence\Doctrine\Repository::getEntityClassName PHP Method

getEntityClassName() public method

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