Namespace Nethgui\Adapter
ArrayAdapter | Array adapter maps a PHP array-like interface to a key or prop value where values are separated by a separator character. |
LazyLoaderAdapter | Access to an array-like object on demand using the lazy loader pattern. |
MultipleAdapter | A Multiple adapter maps a scalar value to multiple keys or props through a "reader" and a "writer" callback function. |
RecordAdapter | Handles record-like operations for a database. |
RecordKeyAdapter | Bind a record key value to a parameter. |
ScalarAdapter | Scalar adapter maps a scalar value to a key or prop value through a Serializer. |
TableAdapter | Table adapter provide an array like access to all database keys of a given type |
TabularValueAdapter | The TabularValueAdapter provide an array interface to access tabular data encoded into a value stored in a key or prop. |
AdapterAggregateInterface | An object with an adapter aggregated to it |
AdapterAggregationInterface | |
AdapterInterface | Adapter Interface allows changing a ConfigurationDatabase key or property value through a simplified interface. |
ModifiableInterface | Report and persist the state of an object |