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
Datei anzeigen Open project: horde/horde

Public Methods

Method 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 method

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

setDataValue() public method

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