Documentation

Sesha_Entity_Value extends Horde_Rdo_Base
in package

A Sesha_Entity_Value is an object representing the value(s) for a property in the context of a specific inventory item.

This is the ORM encapsulation of a row in the sesha_inventory_properties table.

Tags
author

Ralf Lang lang@b1-systems.de

category

Horde

Table of Contents

getDataValue()  : mixed
Retrieves the txt_datavalue or int_datavalue depending on context
setDataValue()  : mixed
Saves the txt_datavalue or int_datavalue depending on context.

Methods

getDataValue()

Retrieves the txt_datavalue or int_datavalue depending on context

public getDataValue() : mixed
Return values
mixed

setDataValue()

Saves the txt_datavalue or int_datavalue depending on context.

public setDataValue(mixed $value) : mixed

Folds special data types into a serializable, preferably search-friendly format.

Parameters
$value : mixed
Return values
mixed

Search results