Basho\Riak\Command\TimeSeries\Response::__construct PHP Method

__construct() public method

public __construct ( $success = true, $code, $message = '', $rows = [] )
    public function __construct($success = true, $code = 0, $message = '', $rows = [])
    {
        parent::__construct($success, $code, $message);
        $this->rows = $rows;
    }