PHP Class Basho\Riak\Command\Builder\DeleteObject

$command = (new Command\Builder\DeleteObject($riak)) ->buildLocation('username', 'users') ->build(); $response = $command->execute();
Inheritance: extends Basho\Riak\Command\Builder, implements Basho\Riak\Command\BuilderInterface, use trait ObjectTrait, use trait Basho\Riak\Command\Builder\LocationTrait
Datei anzeigen Open project: basho/riak-php-client

Public Methods

Method Description
build ( ) : Basho\Riak\Command\Object\Delete;
validate ( )

Method Details

build() public method

public build ( ) : Basho\Riak\Command\Object\Delete;
return Basho\Riak\Command\Object\Delete;

validate() public method

public validate ( )