PHP Class Basho\Riak\Command\TimeSeries\Response

Inheritance: extends Basho\Riak\Command\Response
Datei anzeigen Open project: basho/riak-php-client

Protected Properties

Property Type Description
$rows

Public Methods

Method Description
__construct ( $success = true, $code, $message = '', $rows = [] )
getRow ( ) : Cell[] | null
getRows ( ) : array

Method Details

__construct() public method

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

getRow() public method

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

getRows() public method

public getRows ( ) : array
return array

Property Details

$rows protected_oe property

protected $rows