PHP Class Basho\Riak\Command\Object\Response

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

Protected Properties

Свойство Type Description
$location
$objects Basho\Riak\Object[]

Méthodes publiques

Méthode Description
__construct ( $success = true, $code, $message = '', $location = null, $objects = [] )
getLocation ( ) : Basho\Riak\Location Retrieves the Location value from the response headers
getObject ( ) : Object | null
getSiblings ( ) : array Fetches the sibling tags from the response
hasSiblings ( ) : boolean

Method Details

__construct() public méthode

public __construct ( $success = true, $code, $message = '', $location = null, $objects = [] )

getLocation() public méthode

Retrieves the Location value from the response headers
public getLocation ( ) : Basho\Riak\Location
Résultat Basho\Riak\Location

getObject() public méthode

public getObject ( ) : Object | null
Résultat Basho\Riak\Object | null

getSiblings() public méthode

Fetches the sibling tags from the response
public getSiblings ( ) : array
Résultat array

hasSiblings() public méthode

public hasSiblings ( ) : boolean
Résultat boolean

Property Details

$location protected_oe property

protected $location

$objects protected_oe property

protected Object[],Basho\Riak $objects
Résultat Basho\Riak\Object[]