PHP Class Basho\Riak\TimeSeries\Cell

Datei anzeigen Open project: basho/riak-php-client Class Usage Examples

Protected Properties

Property Type Description
$name
$type
$value

Public Methods

Method Description
__construct ( $name )
__toString ( ) : string Convenience method for inclusion in HTTP api path
getName ( ) : string
getType ( ) : string
getValue ( ) : string
setBooleanValue ( boolean $value = null )
setDateTimeValue ( DateTime $value = null )
setDoubleValue ( double $value = null )
setIntValue ( integer $value = null )
setTimestampValue ( integer $value = null )
setValue ( string $value = null )

Method Details

__construct() public method

public __construct ( $name )

__toString() public method

Convenience method for inclusion in HTTP api path
public __toString ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getType() public method

public getType ( ) : string
return string

getValue() public method

public getValue ( ) : string
return string

setBooleanValue() public method

public setBooleanValue ( boolean $value = null )
$value boolean

setDateTimeValue() public method

public setDateTimeValue ( DateTime $value = null )
$value DateTime

setDoubleValue() public method

public setDoubleValue ( double $value = null )
$value double

setIntValue() public method

public setIntValue ( integer $value = null )
$value integer

setTimestampValue() public method

public setTimestampValue ( integer $value = null )
$value integer

setValue() public method

public setValue ( string $value = null )
$value string

Property Details

$name protected_oe property

protected $name

$type protected_oe property

protected $type

$value protected_oe property

protected $value