PHP Class Hypertable_ThriftGen_CellInterval, hypertable

Show file Open project: nuggetwheat/hypertable Class Usage Examples

Public Properties

Property Type Description
$_TSPEC
$end_column
$end_inclusive
$end_row
$start_column
$start_inclusive
$start_row

Public Methods

Method Description
__construct ( $vals = null )
getName ( )
read ( $input )
write ( $output )

Method Details

__construct() public method

public __construct ( $vals = null )

getName() public method

public getName ( )

read() public method

public read ( $input )

write() public method

public write ( $output )

Property Details

$_TSPEC static public property

static public $_TSPEC

$end_column public property

public $end_column

$end_inclusive public property

public $end_inclusive

$end_row public property

public $end_row

$start_column public property

public $start_column

$start_inclusive public property

public $start_inclusive

$start_row public property

public $start_row