Property | Type | Description | |
---|---|---|---|
$object |
Method | Description | |
---|---|---|
buildJsonObject ( mixed $data ) | Mint a new Object instance with a json encoded string | |
buildObject ( string $data = NULL, array $headers = NULL ) | Mint a new Object instance with supplied params and attach it to the Command | |
getObject ( ) : Object | null | ||
withObject ( |
Attach an already instantiated Object to the Command |
public buildJsonObject ( mixed $data ) | ||
$data | mixed |
public buildObject ( string $data = NULL, array $headers = NULL ) | ||
$data | string | |
$headers | array |
public withObject ( |
||
$object |
protected Object,Basho\Riak|null $object | ||
return |