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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$rows

공개 메소드들

메소드 설명
__construct ( $success = true, $code, $message = '', $rows = [] )
getRow ( ) : Cell[] | null
getRows ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( $success = true, $code, $message = '', $rows = [] )

getRow() 공개 메소드

public getRow ( ) : Cell[] | null
리턴 Basho\Riak\TimeSeries\Cell[] | null

getRows() 공개 메소드

public getRows ( ) : array
리턴 array

프로퍼티 상세

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

protected $rows