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

getManager() protected method

Returns the manager associated with this repository.
protected getManager ( ) : Manager
return Manager
    protected function getManager()
    {
        return $this->manager;
    }