Exemple #1
0
 public function __construct($riak = null, $bucket = null)
 {
     parent::__construct();
     $this->_riak = $riak;
     $this->_bucket = $bucket;
     $this->_bucket->client->prefix = 'riak';
 }