Basho\Riak\Command\Builder::getVerbose PHP Method

getVerbose() public method

public getVerbose ( )
    public function getVerbose()
    {
        return $this->verbose;
    }

Usage Example

Beispiel #1
0
 public function __construct(Builder $builder)
 {
     $this->riak = $builder->getConnection();
     $this->parameters = $builder->getParameters();
     $this->headers = $builder->getHeaders();
     $this->verbose = $builder->getVerbose();
 }