File/wml-defs.php

Description
Classes
Class Description
 class WMLelement WMLelement class Manage WML elements. This is a virtual class used for all WML elements.
 class WMLfieldset WMLfieldset class Manage a set of fields.
 class WMLdo_element WMLdo_element class Do Element Class: Extends element to make a virtual class which has descendants which are contained by a 'do' construct.
 class WMLprev WMLprev class Extends the Do Element Class. Provide the Do element of type = 'prev'.
 class WMLrefresh WMLrefresh class Extends the Do Element Class. Provide the Do element of type = 'refresh'.
 class WMLgo WMLgo class Extends the Do Element Class. Provide the Do element of type = 'accept'.
 class WMLanchor WMLanchor class Provides a standard link on a WML page. It is usually an underlined bit of text which the user can click on to go to the given URL.
 class WMLcontainer WMLcontainer class Container Class: Extends element class to make a virtual class for descendants which are container of basic elements. Examples of these would be a WMLtemplate, or a WMLcard.
 class WMLtemplate WMLtemplate class Extends container class to make a template. These are useful when you have a bunch of cards which you want to all have a common set of options.
 class WMLcard WMLcard class Manage WML cards.
 class WMLdeck WMLDeck class Manage WML Decks of cards.
Includes
 include_once ("form-defs.php") (line 31)

Form elements

 include_once ("button-defs.php") (line 29)

Button widgets

Functions
href_rewrite (line 885)

Re-writes the given HREF, appending session ID if found. Appends the

session properly when pre-existing query parameters are already on the href string. Omits the session id if the string contains the pattern "logoff", since this is assumed to mean that the session is being terminated. Also omits it if already present.

  • return: Re-written HREF
string href_rewrite (string $href)
  • string $href: HREF to rewrite
scrub (line 861)

Scrubs the given string to make it acceptable to touchy WML parsers in cellphones.

  • return: Scrubbed version of given string
string scrub (string $s)
  • string $s: String to scrub

Documentation generated by phpDocumentor 1.3.0RC3