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

Interfaces

  • DependencyConsumer
  • DependencyInjectorAggregate
  • Overview
  • Namespace
  • Class
  • Deprecated

Interface DependencyConsumer

Objects implementing this interface are injected with required Models, by invoking the returned setters methods.

Direct known implementers

Nethgui\Module\Help, Nethgui\Module\Help\Common, Nethgui\View\LegacyCommandBag, Nethgui\Module\Help\Read, Nethgui\Module\Login, Nethgui\Module\Menu, Nethgui\Module\Notification, Nethgui\Module\Resource, Nethgui\Module\Tracker, Nethgui\Renderer\TemplateRenderer, Nethgui\System\NethPlatform

Indirect known implementers

Nethgui\Module\Help\Renderer, Nethgui\Module\Help\Show, Nethgui\Module\Help\Template, Nethgui\Renderer\Xhtml, Nethgui\Widget\Xhtml\ElementRenderer
Namespace: Nethgui\Component
Author: Davide Principi davide.principi@nethesis.it
Since: 1.6
Located at Component/DependencyConsumer.php
Methods summary
public array
# getDependencySetters( )

The returned hash is indexed by the model class name and has a callable objects as value. Each callable is invoked with the model instance as only argument.

The returned hash is indexed by the model class name and has a callable objects as value. Each callable is invoked with the model instance as only argument.

Returns

array
Nethgui Framework API documentation generated by ApiGen