PHP Class Basho\Riak\Command\Object

Inheritance: extends Basho\Riak\Command
Show file Open project: basho/riak-php-client Class Usage Examples

Protected Properties

Property Type Description
$decodeAsAssociative
$location Basho\Riak\Location | null
$object Basho\Riak\Object | null
$response Basho\Riak\Command\Object\Response | null

Public Methods

Method Description
decodeData ( $data, $contentType = '', $decodeAsAssociative = false )
execute ( ) : Response
getData ( )
getDecodedData ( $data, $contentType )
getEncodedData ( )
getLocation ( )
getObject ( )

Method Details

decodeData() public static method

public static decodeData ( $data, $contentType = '', $decodeAsAssociative = false )

execute() public method

public execute ( ) : Response
return Basho\Riak\Command\Object\Response

getData() public method

public getData ( )

getDecodedData() public method

public getDecodedData ( $data, $contentType )

getEncodedData() public method

public getEncodedData ( )

getLocation() public method

public getLocation ( )

getObject() public method

public getObject ( )

Property Details

$decodeAsAssociative protected property

protected $decodeAsAssociative

$location protected property

protected Location,Basho\Riak|null $location
return Basho\Riak\Location | null

$object protected property

protected Object,Basho\Riak|null $object
return Basho\Riak\Object | null

$response protected property

protected Response,Basho\Riak\Command\Object|null $response
return Basho\Riak\Command\Object\Response | null