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

  • AbstractAction
  • Help
  • Modify
  • PluggableAction
  • PluginCollector
  • Read
  • RowAbstractAction
  • RowPluginAction
  • Overview
  • Namespace
  • Class
  • Deprecated

Class PluginCollector

A collection of modules automatically loaded from a specific directory

Transfers the parent's adapter to all of its children

Collaborations: - AdapterAggregateInterface, as the parent module - AbstractAction, as children members of this composition

Refs #1091

Nethgui\Module\AbstractModule implements Nethgui\Module\ModuleInterface, Nethgui\View\ViewableInterface, Nethgui\Log\LogConsumerInterface, Nethgui\Utility\PhpConsumerInterface, Nethgui\Authorization\AuthorizationAttributesProviderInterface, Nethgui\System\PlatformConsumerInterface, Nethgui\Authorization\PolicyEnforcementPointInterface
Extended by Nethgui\Module\Composite implements Nethgui\Module\ModuleCompositeInterface, Nethgui\Component\DependencyInjectorAggregate
Extended by Nethgui\Controller\ListComposite implements Nethgui\Controller\RequestHandlerInterface
Extended by Nethgui\Controller\Table\PluginCollector implements Nethgui\Adapter\AdapterAggregateInterface
Namespace: Nethgui\Controller\Table
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
Api
Located at Controller/Table/PluginCollector.php
Methods summary
public boolean
# hasAdapter( )

Returns

boolean

Api

Implementation of

Nethgui\Adapter\AdapterAggregateInterface::hasAdapter()
public Nethgui\Adapter\AdapterInterface
# getAdapter( )

Returns

Nethgui\Adapter\AdapterInterface

Api

Implementation of

Nethgui\Adapter\AdapterAggregateInterface::getAdapter()
public array
# addChild( Nethgui\Module\ModuleInterface $childModule )

Add a child module, propagating the adpater settings.

Add a child module, propagating the adpater settings.

Parameters

$childModule

Returns

array

Api

Overrides

Nethgui\Module\Composite::addChild()
public
# bind( Nethgui\Controller\RequestInterface $request )

Pass the request object and path segments to all of its children

Pass the request object and path segments to all of its children

Parameters

$request

Overrides

Nethgui\Controller\ListComposite::bind()
Methods inherited from Nethgui\Controller\ListComposite
nextPath(), prepareView(), process(), validate()
Methods inherited from Nethgui\Module\Composite
getChildren(), initialize(), loadChildren(), loadChildrenDirectory(), setDependencyInjector(), setLog(), setPlatform(), setPolicyDecisionPoint(), sortChildren()
Methods inherited from Nethgui\Module\AbstractModule
__construct(), asAuthorizationString(), getAttributesProvider(), getAuthorizationAttribute(), getIdentifier(), getLog(), getParent(), getPhpWrapper(), getPlatform(), getPolicyDecisionPoint(), getViewTemplate(), hasPlatform(), initializeAttributes(), isInitialized(), setParent(), setPhpWrapper(), setViewTemplate()
Constants inherited from Nethgui\Controller\RequestHandlerInterface
ACTION_MUTATE, ACTION_QUERY
Constants inherited from Nethgui\Module\ModuleInterface
ACTION_INSTANTIATE
Properties inherited from Nethgui\Module\Composite
$dependencyInjector
Nethgui Framework API documentation generated by ApiGen