Nextras\Orm\Bridges\NetteDI\RepositoryLoader::isCreated PHP Method

isCreated() public method

public isCreated ( $className )
    public function isCreated($className)
    {
        return $this->container->isCreated($this->repositoryNamesMap[$className]);
    }