Pinq\Caching\DoctrineCache::__construct PHP Метод

__construct() публичный Метод

public __construct ( CacheProvider $doctrineCache, $namespace = null )
$doctrineCache Doctrine\Common\Cache\CacheProvider
    public function __construct(DoctrineCacheProvider $doctrineCache, $namespace = null)
    {
        parent::__construct($namespace);
        $this->doctrineCache = $doctrineCache;
    }