Nextras\Orm\Bridges\NetteDI\RepositoryLoader::isCreated PHP 메소드

isCreated() 공개 메소드

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