Class WMLrefresh

Description

WMLrefresh class Extends the Do Element Class. Provide the Do element of type = 'refresh'.

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

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

Constructor Create a new refresh DO element object.

WMLrefresh WMLrefresh (string $label, [string $body = ""])
  • string $label: Label for this DO element
  • string $body: Body content
html (line 343)

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

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

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

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

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