Class FOFViewHtml

Description

FrameworkOnFramework HTML output class. Together with PHP-based view tempalates it will render your data into an HTML representation.

  • since: 2.1

Located in /libraries/fof/view/html.php (line 20)

JObject
   |
   --FOFView
      |
      --FOFViewRaw
         |
         --FOFViewHtml
Direct descendents
Class Description
 class PostinstallViewMessages Model class to display postinstall messages
 class FOFViewCsv FrameworkOnFramework CSV View class. Automatically renders the data in CSV format.
 class FOFViewForm FrameworkOnFramework Form class. It preferrably renders an XML view template instead of a traditional PHP-based view template.
 class FOFViewJson FrameworkOnFramework JSON View class. Renders the data as a JSON object or array. It can optionally output HAL links as well.
Method Summary
 FOFViewHtml __construct ([array $config = array()])
 void postRender ()
 void preRender ()
 void renderLinkbar ()
Variables
Methods
Constructor __construct (line 27)

Class constructor

  • access: public
FOFViewHtml __construct ([array $config = array()])
  • array $config: Configuration parameters

Redefinition of:
FOFViewRaw::__construct()
Class constructor

Redefined in descendants as:
postRender (line 141)

Runs after rendering the view template, echoing HTML to put after the view template's generated HTML

  • access: protected
void postRender ()

Redefinition of:
FOFViewRaw::postRender()
Last chance to output something after rendering the view template and before returning to the caller
preRender (line 109)

Runs before rendering the view template, echoing HTML to put before the view template's generated HTML

  • access: protected
void preRender ()

Redefinition of:
FOFViewRaw::preRender()
Last chance to output something before rendering the view template
renderLinkbar (line 82)

Renders the link bar (submenu) using Joomla!'s default JSubMenuHelper::addEntry method

  • access: protected
void renderLinkbar ()

Inherited Methods

Inherited From FOFViewRaw

 FOFViewRaw::__construct()
 FOFViewRaw::display()
 FOFViewRaw::getLists()
 FOFViewRaw::getPerms()
 FOFViewRaw::hasAjaxOrderingSupport()
 FOFViewRaw::onAdd()
 FOFViewRaw::onBrowse()
 FOFViewRaw::onDisplay()
 FOFViewRaw::onEdit()
 FOFViewRaw::onRead()
 FOFViewRaw::postRender()
 FOFViewRaw::preRender()

Inherited From FOFView

 FOFView::__construct()
 FOFView::addHelperPath()
 FOFView::addTemplatePath()
 FOFView::assign()
 FOFView::assignRef()
 FOFView::display()
 FOFView::escape()
 FOFView::findRenderer()
 FOFView::get()
 FOFView::getLayout()
 FOFView::getLayoutTemplate()
 FOFView::getModel()
 FOFView::getName()
 FOFView::getRenderer()
 FOFView::getViewOptionAndName()
 FOFView::loadAnyTemplate()
 FOFView::loadHelper()
 FOFView::loadTemplate()
 FOFView::registerRenderer()
 FOFView::setEscape()
 FOFView::setLayout()
 FOFView::setLayoutExt()
 FOFView::setModel()
 FOFView::setPostRender()
 FOFView::setPreRender()
 FOFView::setRenderer()
 FOFView::_addPath()
 FOFView::_createFileName()
 FOFView::_setPath()

Inherited From JObject

 JObject::__construct()
 JObject::def()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::__toString()

Documentation generated on Tue, 19 Nov 2013 15:04:47 +0100 by phpDocumentor 1.4.3