Doctrine\ODM\OrientDB\Repository::getClassName PHP Method

getClassName() public method

Returns the POPO class associated with this repository.
public getClassName ( ) : string
return string
    public function getClassName()
    {
        return $this->className;
    }