Jet\DataModel_RecordData_Item
A class represents an element of a dataset to be stored in the form in which the data is passed to the backend.
It is a subentity of the Jet\DataModel_RecordData class.
Overview of methods
Method | Meaning of |
---|---|
public __construct( DataModel_Definition_Property $property_definition, mixed $value ) |
Parameters:
|
public getPropertyDefinition( ) : DataModel_Definition_Property |
Returns the definition of the property to which the value is bound. |
public getValue( ) : mixed |
Returns the stored value. |