\Sesha_Entity_Value

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.

Summary

Methods
Properties
Constants
getDataValue()
setDataValue()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getDataValue()

getDataValue() 

Retrieves the txt_datavalue or int_datavalue depending on context

setDataValue()

setDataValue(  $value) 

Saves the txt_datavalue or int_datavalue depending on context.

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

Parameters

$value