PHP Класс Sesha_Entity_Value, horde

This is the ORM encapsulation of a row in the sesha_inventory_properties table.
Автор: Ralf Lang ([email protected])
Наследование: extends Horde_Rdo_Base
Показать файл Открыть проект

Открытые методы

Метод Описание
getDataValue ( ) Retrieves the txt_datavalue or int_datavalue depending on context
setDataValue ( $value ) Saves the txt_datavalue or int_datavalue depending on context.

Описание методов

getDataValue() публичный Метод

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

setDataValue() публичный Метод

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