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

getEntityClassName() public méthode

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