Bolt\Storage\LazyEntityManager::getRepository PHP Method

getRepository() public method

public getRepository ( $className )
    public function getRepository($className)
    {
        return $this->getEntityManager()->getRepository($className);
    }