Class FOFRenderJoomla3

Description

Joomla! 3 view renderer class

  • since: 2.0

Located in /libraries/fof/render/joomla3.php (line 16)

FOFRenderAbstract
   |
   --FOFRenderStrapper
      |
      --FOFRenderJoomla3
Method Summary
 FOFRenderJoomla3 __construct ()
 void postRender (string $view, string $task, FOFInput $input, [array $config = array()])
 void preRender (string $view, string $task, FOFInput $input, [array $config = array()])
 void renderLinkbar (string $view, string $task, FOFInput $input, [array $config = array()])
Variables
Methods
Constructor __construct (line 21)

Public constructor. Determines the priority of this class and if it should be enabled

  • access: public
FOFRenderJoomla3 __construct ()

Redefinition of:
FOFRenderStrapper::__construct()
Public constructor. Determines the priority of this class and if it should be enabled
postRender (line 69)

Echoes any HTML to show after the view template

  • access: public
void postRender (string $view, string $task, FOFInput $input, [array $config = array()])
  • string $view: The current view
  • string $task: The current task
  • FOFInput $input: The input array (request parameters)
  • array $config: The view configuration array

Redefinition of:
FOFRenderStrapper::postRender()
Echoes any HTML to show after the view template
preRender (line 37)

Echoes any HTML to show before the view template

  • access: public
void preRender (string $view, string $task, FOFInput $input, [array $config = array()])
  • string $view: The current view
  • string $task: The current task
  • FOFInput $input: The input array (request parameters)
  • array $config: The view configuration array

Redefinition of:
FOFRenderStrapper::preRender()
Echoes any HTML to show before the view template
renderLinkbar (line 90)

Renders the submenu (link bar)

  • access: protected
void renderLinkbar (string $view, string $task, FOFInput $input, [array $config = array()])
  • string $view: The active view name
  • string $task: The current task
  • FOFInput $input: The input object
  • array $config: Extra configuration variables for the toolbar

Redefinition of:
FOFRenderStrapper::renderLinkbar()
Renders the submenu (link bar)

Inherited Methods

Inherited From FOFRenderStrapper

 FOFRenderStrapper::__construct()
 FOFRenderStrapper::loadValidationScript()
 FOFRenderStrapper::postRender()
 FOFRenderStrapper::preRender()
 FOFRenderStrapper::renderButtons()
 FOFRenderStrapper::renderFormBrowse()
 FOFRenderStrapper::renderFormEdit()
 FOFRenderStrapper::renderFormRaw()
 FOFRenderStrapper::renderFormRead()
 FOFRenderStrapper::renderLinkbar()
 FOFRenderStrapper::renderLinkbarItems()
 FOFRenderStrapper::renderLinkbar_classic()
 FOFRenderStrapper::renderLinkbar_joomla()

Inherited From FOFRenderAbstract

 FOFRenderAbstract::getInformation()
 FOFRenderAbstract::postRender()
 FOFRenderAbstract::preRender()
 FOFRenderAbstract::renderCategoryLinkbar()
 FOFRenderAbstract::renderForm()
 FOFRenderAbstract::renderFormBrowse()
 FOFRenderAbstract::renderFormEdit()
 FOFRenderAbstract::renderFormRaw()
 FOFRenderAbstract::renderFormRead()

Documentation generated on Tue, 19 Nov 2013 15:06:14 +0100 by phpDocumentor 1.4.3