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

  • AlwaysFailValidator
  • CallbackValidator
  • NethPlatform
  • Process
  • SessionDatabase
  • Validator

Interfaces

  • DatabaseInterface
  • MandatoryValidatorInterface
  • PlatformConsumerInterface
  • PlatformInterface
  • ProcessInterface
  • ValidatorInterface
  • Overview
  • Namespace
  • Class
  • Deprecated

Interface PlatformConsumerInterface

An object that uses another PlatformInterface object

Direct known implementers

Nethgui\Module\AbstractModule

Indirect known implementers

Nethgui\Controller\AbstractController, Nethgui\Controller\Collection\AbstractAction, Nethgui\Controller\Table\Read, Nethgui\Controller\Table\RowAbstractAction, Nethgui\Controller\Table\RowPluginAction, Nethgui\Controller\TableController, Nethgui\Controller\TabsController, Nethgui\Module\Composite, Nethgui\Module\Help, Nethgui\Module\Help\Common, Nethgui\Module\Help\Read, Nethgui\Module\Help\Show, Nethgui\Controller\CollectionController, Nethgui\Module\Help\Template, Nethgui\Module\Language, Nethgui\Module\Login, Nethgui\Module\Logout, Nethgui\Module\Main, Nethgui\Module\Menu, Nethgui\Module\Notification, Nethgui\Module\Resource, Nethgui\Module\Tracker, Nethgui\Test\Unit\Nethgui\Module\ConcreteCompositeModule1, Nethgui\Controller\CompositeController, Nethgui\Test\Unit\Nethgui\Module\ConcreteStandardModule1, Nethgui\Controller\ListComposite, Nethgui\Controller\Table\AbstractAction, Nethgui\Controller\Table\Help, Nethgui\Controller\Table\Modify, Nethgui\Controller\Table\PluggableAction, Nethgui\Controller\Table\PluginCollector
Namespace: Nethgui\System
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
Api
Located at System/PlatformConsumerInterface.php
Methods summary
public Nethgui\System\PlatformConsumerInterface
# setPlatform( Nethgui\System\PlatformInterface $platform )

Set the Platform object

Set the Platform object

Returns

Nethgui\System\PlatformConsumerInterface

Api

public Nethgui\System\PlatformInterface
# getPlatform( )

Get the Platform object

Get the Platform object

Returns

Nethgui\System\PlatformInterface

Api

public boolean
# hasPlatform( )

Tell if the Platform object has been set

Tell if the Platform object has been set

Returns

boolean
TRUE if the Platform has been set, FALSE otherwise

Api

Nethgui Framework API documentation generated by ApiGen