Jet\DataModel_LoadedData
Reprezentuje surová data nahraná backendem pomocí metody DataModel::loadData
public __construct( array $main_data, array $related_data ) |
|
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 |