Overview

Namespaces

  • Nethgui
    • Adapter
    • Authorization
    • Component
    • Controller
      • Collection
      • Table
    • Exception
    • Log
    • Model
    • Module
      • Help
      • Notification
    • Renderer
    • Serializer
    • System
    • Test
      • Tool
      • Unit
        • Nethgui
          • Adapter
            • ParameterSet
          • Authorization
          • Log
          • Module
            • Notification
          • Renderer
          • Serializer
          • System
          • Utility
          • View
        • Test
          • Tool
    • Utility
    • View
    • Widget
      • Xhtml
  • None
  • Test
    • Tool

Classes

  • ArrayAdapter
  • LazyLoaderAdapter
  • MultipleAdapter
  • RecordAdapter
  • RecordKeyAdapter
  • ScalarAdapter
  • TableAdapter
  • TabularValueAdapter

Interfaces

  • AdapterAggregateInterface
  • AdapterAggregationInterface
  • AdapterInterface
  • ModifiableInterface
  • Overview
  • Namespace
  • Class
  • Deprecated

Namespace Nethgui\Adapter

Classes summary
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.

Interfaces summary
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
Nethgui Framework API documentation generated by ApiGen