Namespace Joomla\Data
Classes summary
DataObject | DataObject is a class that is used to store data but allowing you to access the data by mimicking the way PHP handles class properties. |
DataSet | DataSet is a collection class that allows the developer to operate on a set of DataObject objects as if they were in a typical PHP array. |
Interfaces summary
DumpableInterface | An interface to define if an object is dumpable. |