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

public build ( ) : Basho\Riak\Command\DataType\Counter\Store
Результат Basho\Riak\Command\DataType\Counter\Store
 /**
  * Tests validate properly verifies the Bucket is not there
  *
  * @expectedException \Basho\Riak\Command\Builder\Exception
  */
 public function testValidateBucket()
 {
     $builder = new Command\Builder\IncrementCounter(static::$riak);
     $builder->withIncrement(1);
     $builder->build();
 }