Neos\Flow\Persistence\Doctrine\Repository::getEntityClassName PHP Méthode

getEntityClassName() public méthode

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