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

  • Common
  • Read
  • Renderer
  • Show
  • Template
  • Widget
  • Overview
  • Namespace
  • Class
  • Deprecated

Class Show

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\Controller\AbstractController implements Nethgui\Controller\RequestHandlerInterface
Extended by Nethgui\Module\Help\Common implements Nethgui\Component\DependencyConsumer
Extended by Nethgui\Module\Help\Show
Namespace: Nethgui\Module\Help
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
Located at Module/Help/Show.php
Methods summary
public
# prepareView( Nethgui\View\ViewInterface $view )

Prepare view layer data, putting it into $view.

Prepare view layer data, putting it into $view.

Parameters

$view
The view to put the data into

See

ViewInterface

Api

Overrides

Nethgui\Controller\AbstractController::prepareView()
public
# renderIndex( Nethgui\Renderer\Xhtml $renderer )
public
# renderDocument( Nethgui\Renderer\Xhtml $renderer )
Methods inherited from Nethgui\Module\Help\Common
bind(), expandIncludes(), getDependencySetters(), getFileNameResolver(), getHelpDocumentPath(), getModuleSet(), getTargetModule(), readHelpDocument(), readHelpDocumentsByPattern(), setFileNameResolver(), setNamespaceMap()
Methods inherited from Nethgui\Controller\AbstractController
__construct(), createValidator(), declareParameter(), getRequest(), getValidator(), nextPath(), onParametersSaved(), process(), saveParameters(), validate()
Methods inherited from Nethgui\Module\AbstractModule
asAuthorizationString(), getAttributesProvider(), getAuthorizationAttribute(), getIdentifier(), getLog(), getParent(), getPhpWrapper(), getPlatform(), getPolicyDecisionPoint(), getViewTemplate(), hasPlatform(), initialize(), initializeAttributes(), isInitialized(), setLog(), setParent(), setPhpWrapper(), setPlatform(), setPolicyDecisionPoint(), setViewTemplate()
Constants inherited from Nethgui\Module\ModuleInterface
ACTION_INSTANTIATE
Constants inherited from Nethgui\Controller\RequestHandlerInterface
ACTION_MUTATE, ACTION_QUERY
Properties inherited from Nethgui\Controller\AbstractController
$parameters
Nethgui Framework API documentation generated by ApiGen