Doctrine\Common\Cache\CouchbaseCache::getCouchbase PHP Метод

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

Gets the Couchbase instance used by the cache.
public getCouchbase ( ) : Couchbas\Couchbase | null
Результат Couchbas\Couchbase | null
    public function getCouchbase()
    {
        return $this->couchbase;
    }