Class foot

Description

The foot class

The class is a special kind of page section. It contains all of the page content for the footer region. Actually the footer is the simplest of the page sections in a webpage. All it really has is the main content, some optional script content and that's about it.

Located in /webpage-defs.php (line 1548)

RenderableObject
   |
   --page_section
      |
      --foot
Method Summary
 foot foot ()
 string html ()
 string wml ()
Variables
Methods
Constructor foot (line 1553)

Constructor Create a new foot object.

foot foot ()
html (line 1561)

This renders the foot as HTML.

  • return: The foot section as HTML.
string html ()

Redefinition of:
page_section::html()
This renders the page section as HTML.
wml (line 1573)

This renders the foot as WML.

  • return: The foot section as WML.
string wml ()

Redefinition of:
page_section::wml()
This renders the page section as WML.

Inherited Methods

Inherited From page_section

 page_section::page_section()
 page_section::add()
 page_section::add_named_script()
 page_section::add_popup_script()
 page_section::add_script()
 page_section::add_scriptsrc()
 page_section::clear()
 page_section::get_template()
 page_section::get_trimcontent()
 page_section::html()
 page_section::replace()
 page_section::script()
 page_section::wml()

Inherited From RenderableObject

 RenderableObject::RenderableObject()
 RenderableObject::html()
 RenderableObject::render()
 RenderableObject::wml()
 RenderableObject::wmlup()
 RenderableObject::xml()

Documentation generated by phpDocumentor 1.3.0RC3