The error page class Allows us to render errors as either HTML or WML.
Located in /webpage-defs.php (line 1584)
RenderableObject | --page_section | --error_page
Heading or subject of the error
Actual error message in detail
Inherited from page_section
page_section::$content
page_section::$script
page_section::$scriptsrc
Constructor Create a new error page object.
This renders the error page section as HTML. We do this simply as a heading at level 3 (h3), and the message content.
This renders the error page section as WML. We do this simply as a single card with the appropriate title, and the content on the card in paragraph tags.
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