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

  • AbstractModule
  • Composite
  • CompositeModuleAttributesProvider
  • Help
  • Language
  • Login
  • Logout
  • Main
  • Menu
  • ModuleLoader
  • Notification
  • Resource
  • SimpleModuleAttributesProvider
  • SystemModuleAttributesProvider
  • Tracker

Interfaces

  • ModuleAttributesInterface
  • ModuleCompositeInterface
  • ModuleInterface
  • ModuleSetInterface
  • Overview
  • Namespace
  • Class
  • Deprecated

Interface ModuleSetInterface

A ModuleSetInterface is a module instances collection

It caches module instances and allows iterating over all known modules

Nethgui\Module\ModuleSetInterface implements IteratorAggregate

Direct known implementers

Nethgui\Authorization\AuthorizedModuleSet, Nethgui\Module\ModuleLoader
Namespace: Nethgui\Module
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
Located at Module/ModuleSetInterface.php
Methods summary
public Nethgui\Module\ModuleInterface
# getModule( string $moduleIdentifier )

Parameters

$moduleIdentifier

Returns

Nethgui\Module\ModuleInterface
The module instance
Methods inherited from IteratorAggregate
getIterator()
Nethgui Framework API documentation generated by ApiGen