Inheritance: extends MemoryObject, implements Jamm\Memory\IMemoryStorage
コード例 #1
0
ファイル: Couchbase.php プロジェクト: Webiny/Framework
 /**
  * Constructor.
  *
  * @param \Couchbase $couchbase
  */
 public function __construct(\Couchbase $couchbase)
 {
     parent::__construct($couchbase, 'webiny');
 }