Class AbstractRenderer
Transform a view into a string.
Module attributes are exposed as translated strings through the usual interface.
- Nethgui\Renderer\ReadonlyView implements Nethgui\View\ViewInterface, Nethgui\Log\LogConsumerInterface
- Nethgui\Renderer\AbstractRenderer
Indirect known subclasses
Nethgui\Module\Help\Renderer, Nethgui\Renderer\Xhtml, Nethgui\Widget\Xhtml\ElementRenderer
Abstract
Namespace: Nethgui\Renderer
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
See:
See: http://en.wikipedia.org/wiki/Decorator_pattern
Api
Located at Renderer/AbstractRenderer.php
Namespace: Nethgui\Renderer
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
See:
Nethgui\Renderer\WidgetInterface
See: http://en.wikipedia.org/wiki/Decorator_pattern
Api
Located at Renderer/AbstractRenderer.php
abstract public
string
|
|
public static
array
|
#
hashToDatasource( array $H, boolean $sort = FALSE )
Convert the given hash to the array format accepted from UI widgets as "datasource". |
abstract public
string
|
|
abstract public
string
|
TARGET_JSON,
TARGET_XHTML
|
$view
|