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:
  • $property_definition
    The property to which the data is bound is represented by an instance of its definition.
  • $value
    Stored value
public getPropertyDefinition(
) : DataModel_Definition_Property
Returns the definition of the property to which the value is bound.
public getValue(
) : mixed
Returns the stored value.
Previous chapter
Jet\DataModel_RecordData
Next chapter
Jet\DataModel_Config