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

  • LegacyCommandBag
  • Translator
  • View

Interfaces

  • CommandReceiverInterface
  • TranslatorInterface
  • ViewableInterface
  • ViewInterface
  • Overview
  • Namespace
  • Class
  • Deprecated

Class LegacyCommandBag

This class provides backward support for the View::getCommandList() API

ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable
Extended by Nethgui\View\LegacyCommandBag implements Nethgui\Component\DependencyConsumer
Namespace: Nethgui\View
Deprecated: since 1.6
Author: Davide Principi davide.principi@nethesis.it
Since: 1.6
Located at View/LegacyCommandBag.php
Methods summary
public
# __construct( Nethgui\View\View $view, Pimple\Container $dc )

Overrides

ArrayObject::__construct()
public
# setContext( $origin, $selector )
public
# __call( $name, $arguments )
public
# getLog( )
public
# httpHeader( $value )
public
# setDecoratorParameter( $paramName, $paramValue )
public
# setDecoratorTemplate( $template )
public
# sendQuery( $location )
public
# showMessage( $text, $type )
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

Implementation of

Nethgui\Component\DependencyConsumer::getDependencySetters()
Methods inherited from ArrayObject
append(), asort(), count(), exchangeArray(), getArrayCopy(), getFlags(), getIterator(), getIteratorClass(), ksort(), natcasesort(), natsort(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), serialize(), setFlags(), setIteratorClass(), uasort(), uksort(), unserialize()
Constants inherited from ArrayObject
ARRAY_AS_PROPS, STD_PROP_LIST
Properties summary
public Nethgui\Renderer\HttpResponse $response
#
Nethgui Framework API documentation generated by ApiGen