PHP Class Basho\Riak\Command\Object

Inheritance: extends Basho\Riak\Command
Afficher le fichier Open project: basho/riak-php-client Class Usage Examples

Protected Properties

Свойство Type Description
$decodeAsAssociative
$location Basho\Riak\Location | null
$object Basho\Riak\Object | null
$response Basho\Riak\Command\Object\Response | null

Méthodes publiques

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

Method Details

decodeData() public static méthode

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

execute() public méthode

public execute ( ) : Response
Résultat Basho\Riak\Command\Object\Response

getData() public méthode

public getData ( )

getDecodedData() public méthode

public getDecodedData ( $data, $contentType )

getEncodedData() public méthode

public getEncodedData ( )

getLocation() public méthode

public getLocation ( )

getObject() public méthode

public getObject ( )

Property Details

$decodeAsAssociative protected_oe property

protected $decodeAsAssociative

$location protected_oe property

protected Location,Basho\Riak|null $location
Résultat Basho\Riak\Location | null

$object protected_oe property

protected Object,Basho\Riak|null $object
Résultat Basho\Riak\Object | null

$response protected_oe property

protected Response,Basho\Riak\Command\Object|null $response
Résultat Basho\Riak\Command\Object\Response | null