PHP Class Sesha_Entity_Value, horde

This is the ORM encapsulation of a row in the sesha_inventory_properties table.
Author: Ralf Lang ([email protected])
Inheritance: extends Horde_Rdo_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
getDataValue ( ) Retrieves the txt_datavalue or int_datavalue depending on context
setDataValue ( $value ) Saves the txt_datavalue or int_datavalue depending on context.

Method Details

getDataValue() public méthode

Retrieves the txt_datavalue or int_datavalue depending on context
public getDataValue ( )

setDataValue() public méthode

Folds special data types into a serializable, preferably search-friendly format.
public setDataValue ( $value )