PHP Class FOF30\Render\Joomla3

Inheritance: extends AkeebaStrapper
Show file Open project: akeeba/fof

Public Methods

Method Description
__construct ( Container $container )
postRender ( string $view, string $task ) : void Echoes any HTML to show after the view template
preRender ( string $view, string $task ) : void Echoes any HTML to show before the view template
renderFieldsetLabel ( object $field, Form &$form, string $title ) : string Renders a label for a fieldset.

Protected Methods

Method Description
renderLinkbar ( string $view, string $task ) : void Renders the submenu (link bar)

Method Details

__construct() public method

public __construct ( Container $container )
$container FOF30\Container\Container

postRender() public method

Echoes any HTML to show after the view template
public postRender ( string $view, string $task ) : void
$view string The current view
$task string The current task
return void

preRender() public method

Echoes any HTML to show before the view template
public preRender ( string $view, string $task ) : void
$view string The current view
$task string The current task
return void

renderFieldsetLabel() public method

Renders a label for a fieldset.
public renderFieldsetLabel ( object $field, Form &$form, string $title ) : string
$field object The field of the label to render
$form FOF30\Form\Form
$title string The title of the label
return string The rendered label