Class WMLprev

Description

WMLprev class Extends the Do Element Class. Provide the Do element of type = 'prev'.

Located in /wml-defs.php (line 243)

RenderableObject
   |
   --WMLelement
      |
      --WMLdo_element
         |
         --WMLprev
Method Summary
 WMLprev WMLprev (string $label, [string $body = ""])
 string html ()
 string wml ()
Variables
Methods
Constructor WMLprev (line 250)

Constructor Create a new prev element object.

WMLprev WMLprev (string $label, [string $body = ""])
  • string $label: Label for this PREV element
  • string $body: Body content
html (line 287)

Return HTML content Use render() to render this element in your page.

NOTE; For html this is meaningless. Just use the BACK button.

  • return: The HTML for the element.
string html ()

Redefinition of:
WMLdo_element::html()
Produce main HTML for DO element
wml (line 260)

Return WML content Use render() to render this element in your page.

  • return: The WML for the element.
string wml ()

Redefinition of:
WMLdo_element::wml()
Produce main WML for DO element This is a common utility method to render the DO WML once the details (body) has been filled in by the child class of this one.

Inherited Methods

Inherited From WMLdo_element

 WMLdo_element::WMLdo_element()
 WMLdo_element::html()
 WMLdo_element::wml()

Inherited From WMLelement

 WMLelement::WMLelement()
 WMLelement::insert()
 WMLelement::insert_para()
 WMLelement::insert_paragraph()
 WMLelement::insert_para_scrubbed()

Inherited From RenderableObject

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

Documentation generated by phpDocumentor 1.3.0RC3