PHP 클래스 Basho\Riak\Command\Object\Response

상속: extends Basho\Riak\Command\Response
파일 보기 프로젝트 열기: basho/riak-php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$location
$objects Basho\Riak\Object[]

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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

getLocation() 공개 메소드

Retrieves the Location value from the response headers
public getLocation ( ) : Basho\Riak\Location
리턴 Basho\Riak\Location

getObject() 공개 메소드

public getObject ( ) : Object | null
리턴 Basho\Riak\Object | null

getSiblings() 공개 메소드

Fetches the sibling tags from the response
public getSiblings ( ) : array
리턴 array

hasSiblings() 공개 메소드

public hasSiblings ( ) : boolean
리턴 boolean

프로퍼티 상세

$location 보호되어 있는 프로퍼티

protected $location

$objects 보호되어 있는 프로퍼티

protected Object[],Basho\Riak $objects
리턴 Basho\Riak\Object[]