Doctrine\ODM\OrientDB\Repository::getClassName PHP Метод

getClassName() публичный Метод

Returns the POPO class associated with this repository.
public getClassName ( ) : string
Результат string
    public function getClassName()
    {
        return $this->className;
    }