PHP Class Basho\Riak\TimeSeries\Cell

Afficher le fichier Open project: basho/riak-php-client Class Usage Examples

Protected Properties

Свойство Type Description
$name
$type
$value

Méthodes publiques

Méthode 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 méthode

public __construct ( $name )

__toString() public méthode

Convenience method for inclusion in HTTP api path
public __toString ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : string
Résultat string

setBooleanValue() public méthode

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

setDateTimeValue() public méthode

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

setDoubleValue() public méthode

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

setIntValue() public méthode

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

setTimestampValue() public méthode

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

setValue() public méthode

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