Jet\DataModel_LoadedData

Reprezentuje surová data nahraná backendem pomocí metody DataModel::loadData

public __construct(
array $main_data,
array $related_data
)
  • $main_data Raw data of a the main entity
  • $related_data Raw data of all sub-entities
public setMainData(
array $main_data
) : void
Sets the raw data of the main entity
public setRelatedData(
array $related_data
) : void
Sets the raw data of all subentities
public getMainData(
) : array
Returns the raw data of the main entity
public getRelatedData(
) : array
Returns raw data of all subentities
Previous chapter
Jet\DataModel_Helper
Next chapter
Jet\DataModel_ImportExport