apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ w ] [ x ] [ _ ]

a

ActionDisplay
in file tabbed.php, class ActionDisplay
    This action handles the output of the form.
ActionProcess
in file simple.php, class ActionProcess
    Class representing an action to perform on HTTP request. The Controller will select the appropriate Action to call on the request and call its perform() method. The subclasses of this class should implement all the necessary business logic.
ActionUpload
in file upload.php, class ActionUpload
    Class representing an action to perform on HTTP request. The Controller will select the appropriate Action to call on the request and call its perform() method. The subclasses of this class should implement all the necessary business logic.
addAction
in file Page.php, method HTML_QuickForm_Page::addAction()
    Registers a handler for a specific action.
addAction
in file Controller.php, method HTML_QuickForm_Controller::addAction()
    Registers a handler for a specific action.
addPage
in file Controller.php, method HTML_QuickForm_Controller::addPage()
    Adds a new page to the form
apiVersion
in file Serializer.php, method XML_Serializer::apiVersion()
    return API version
apiVersion
in file Unserializer.php, method XML_Unserializer::apiVersion()
    return API version
applyDefaults
in file Controller.php, method HTML_QuickForm_Controller::applyDefaults()
    Sets the default values for the given page
Action.php
procedural page Action.php
top

b

buildForm
in file upload.php, method Page_CMS_Layout::buildForm()
buildForm
in file upload.php, method Page_CMS_Fill::buildForm()
buildForm
in file tabbed.php, method PageFoo::buildForm()
buildForm
in file upload.php, method Page_CMS_Preview::buildForm()
buildForm
in file wizard.php, method PageFirst::buildForm()
buildForm
in file wizard.php, method PageThird::buildForm()
buildForm
in file wizard.php, method PageSecond::buildForm()
buildForm
in file tabbed.php, method PageBaz::buildForm()
buildForm
in file tabbed.php, method PageBar::buildForm()
buildForm
in file regWizard.php, method Page_Account_Credentials::buildForm()
buildForm
in file Page.php, method HTML_QuickForm_Page::buildForm()
    Builds a form.
buildForm
in file regWizard.php, method Page_Account_Information::buildForm()
buildForm
in file simple.php, method SimplePage::buildForm()
buildForm
in file statemachine.php, method PageSecondBeta::buildForm()
buildForm
in file statemachine.php, method PageSecondAlpha::buildForm()
Back.php
procedural page Back.php
top

c

$channel
in file unserializeRDF.php, variable rdfDocument::$channel
$controller
in file Page.php, variable HTML_QuickForm_Page::$controller
    Contains a reference to a Controller object containing this page
channel
in file unserializeRDF.php, class channel
    class that is used for a channel in the RSS file
comparePassword
in file regWizard.php, function comparePassword()
container
in file Controller.php, method HTML_QuickForm_Controller::container()
    Returns a reference to a session variable containing the form-page values and pages' validation status.
Controller.php
procedural page Controller.php
top

d

Direct.php
procedural page Direct.php
Display.php
procedural page Display.php
top

e

exportValue
in file Controller.php, method HTML_QuickForm_Controller::exportValue()
    Returns the element's value
exportValues
in file Controller.php, method HTML_QuickForm_Controller::exportValues()
    Returns the form's values
top

f

findInvalid
in file Controller.php, method HTML_QuickForm_Controller::findInvalid()
    Finds the (first) invalid page
top

g

getActionName
in file Controller.php, method HTML_QuickForm_Controller::getActionName()
    Extracts the names of the current page and the current action from HTTP request data.
getButtonName
in file Page.php, method HTML_QuickForm_Page::getButtonName()
    Returns a name for a submit button that will invoke a specific action.
getItems
in file unserializeRDF.php, method rdfDocument::getItems()
getNextName
in file Controller.php, method HTML_QuickForm_Controller::getNextName()
    Returns the name of the page after the given.
getPage
in file Controller.php, method HTML_QuickForm_Controller::getPage()
    Returns a page
getPrevName
in file Controller.php, method HTML_QuickForm_Controller::getPrevName()
    Returns the name of the page before the given.
getRootName
in file Unserializer.php, method XML_Unserializer::getRootName()
    get the name of the root tag
getSerializedData
in file Serializer.php, method XML_Serializer::getSerializedData()
    get the result of the serialization
getTitle
in file unserializeRDF.php, method channel::getTitle()
getTitle
in file unserializeRDF.php, method item::getTitle()
getUnserializedData
in file Unserializer.php, method XML_Unserializer::getUnserializedData()
    get the result of the serialization
top

h

handle
in file Controller.php, method HTML_QuickForm_Controller::handle()
    Handles an action.
handle
in file Page.php, method HTML_QuickForm_Page::handle()
    Handles an action.
HTML_QuickForm_Action
in file Action.php, class HTML_QuickForm_Action
    Class representing an action to perform on HTTP request. The Controller will select the appropriate Action to call on the request and call its perform() method. The subclasses of this class should implement all the necessary business logic.
HTML_QuickForm_Action_Back
in file Back.php, class HTML_QuickForm_Action_Back
    The action for a 'back' button of wizard-type multipage form.
HTML_QuickForm_Action_Direct
in file Direct.php, class HTML_QuickForm_Action_Direct
    This action allows to go to a specific page of a multipage form.
HTML_QuickForm_Action_Display
in file Display.php, class HTML_QuickForm_Action_Display
    This action handles the output of the form.
HTML_QuickForm_Action_Jump
in file Jump.php, class HTML_QuickForm_Action_Jump
    The action handles the HTTP redirect to a specific page.
HTML_QuickForm_Action_Next
in file Next.php, class HTML_QuickForm_Action_Next
    The action for a 'next' button of wizard-type multipage form.
HTML_QuickForm_Action_Submit
in file Submit.php, class HTML_QuickForm_Action_Submit
    The action for a 'submit' button.
HTML_QuickForm_Controller
in file Controller.php, method HTML_QuickForm_Controller::HTML_QuickForm_Controller()
    Class constructor.
HTML_QuickForm_Controller
in file Controller.php, class HTML_QuickForm_Controller
    The class representing a Controller of MVC design pattern.
HTML_QuickForm_Page
in file Page.php, class HTML_QuickForm_Page
    The class represents a page of a multipage form.
HTML_QuickForm_Page
in file Page.php, method HTML_QuickForm_Page::HTML_QuickForm_Page()
    Class constructor
top

i

$item
in file unserializeRDF.php, variable rdfDocument::$item
isFormBuilt
in file Page.php, method HTML_QuickForm_Page::isFormBuilt()
    Checks whether the form was already built.
isModal
in file Controller.php, method HTML_QuickForm_Controller::isModal()
    Checks whether the form is modal.
isValid
in file Controller.php, method HTML_QuickForm_Controller::isValid()
    Checks whether the pages of the controller are valid
item
in file unserializeRDF.php, class item
    class that is used for an item in the RSS file
top

j

Jump.php
procedural page Jump.php
top

l

loadValues
in file Page.php, method HTML_QuickForm_Page::loadValues()
    Loads the submit values from the array.
top

n

Next.php
procedural page Next.php
top

p

Page.php
procedural page Page.php
PageBar
in file tabbed.php, class PageBar
    The class represents a page of a multipage form.
PageBaz
in file tabbed.php, class PageBaz
    The class represents a page of a multipage form.
PageFirst
in file wizard.php, class PageFirst
    The class represents a page of a multipage form.
PageFirstActionNext
in file statemachine.php, class PageFirstActionNext
    The action for a 'next' button of wizard-type multipage form.
PageFoo
in file tabbed.php, class PageFoo
    The class represents a page of a multipage form.
PageSecond
in file wizard.php, class PageSecond
    The class represents a page of a multipage form.
PageSecondActionBack
in file statemachine.php, class PageSecondActionBack
    The action for a 'back' button of wizard-type multipage form.
PageSecondActionNext
in file statemachine.php, class PageSecondActionNext
    The action for a 'next' button of wizard-type multipage form.
PageSecondAlpha
in file statemachine.php, class PageSecondAlpha
    The class represents a page of a multipage form.
PageSecondBeta
in file statemachine.php, class PageSecondBeta
    The class represents a page of a multipage form.
PageThird
in file wizard.php, class PageThird
    The class represents a page of a multipage form.
PageThirdActionBack
in file statemachine.php, class PageThirdActionBack
    The action for a 'back' button of wizard-type multipage form.
Page_Account_Credentials
in file regWizard.php, class Page_Account_Credentials
    The class represents a page of a multipage form.
Page_Account_Information
in file regWizard.php, class Page_Account_Information
    The class represents a page of a multipage form.
Page_CMS_Fill
in file upload.php, class Page_CMS_Fill
    The class represents a page of a multipage form.
Page_CMS_Layout
in file upload.php, class Page_CMS_Layout
    The class represents a page of a multipage form.
Page_CMS_Preview
in file upload.php, class Page_CMS_Preview
    The class represents a page of a multipage form.
perform
in file Submit.php, method HTML_QuickForm_Action_Submit::perform()
perform
in file upload.php, method ActionUpload::perform()
perform
in file statemachine.php, method PageSecondActionNext::perform()
perform
in file Jump.php, method HTML_QuickForm_Action_Jump::perform()
perform
in file Display.php, method HTML_QuickForm_Action_Display::perform()
perform
in file Direct.php, method HTML_QuickForm_Action_Direct::perform()
perform
in file Back.php, method HTML_QuickForm_Action_Back::perform()
perform
in file Next.php, method HTML_QuickForm_Action_Next::perform()
perform
in file simple.php, method ActionProcess::perform()
perform
in file Action.php, method HTML_QuickForm_Action::perform()
    Processes the request. This method should be overriden by child classes to provide the necessary logic.
perform
in file statemachine.php, method PageSecondActionBack::perform()
perform
in file statemachine.php, method PageFirstActionNext::perform()
perform
in file statemachine.php, method PageThirdActionBack::perform()
top

r

regWizard.php
procedural page regWizard.php
rdfDocument
in file unserializeRDF.php, class rdfDocument
    class for the RDF docuemnt
resetOptions
in file Serializer.php, method XML_Serializer::resetOptions()
    reset all options to default options
resetOptions
in file Unserializer.php, method XML_Unserializer::resetOptions()
    reset all options to default options
run
in file Controller.php, method HTML_QuickForm_Controller::run()
    Processes the request.
top

s

Submit.php
procedural page Submit.php
simple.php
procedural page simple.php
statemachine.php
procedural page statemachine.php
serialize
in file Serializer.php, method XML_Serializer::serialize()
    serialize data
setConstants
in file Controller.php, method HTML_QuickForm_Controller::setConstants()
    Initializes constant form values.
setDefaultAction
in file Page.php, method HTML_QuickForm_Page::setDefaultAction()
    Sets the default action invoked on page-form submit
setDefaults
in file Controller.php, method HTML_QuickForm_Controller::setDefaults()
    Initializes default form values.
setOption
in file Unserializer.php, method XML_Unserializer::setOption()
    set an option
setOption
in file Serializer.php, method XML_Serializer::setOption()
    set an option
setOptions
in file Serializer.php, method XML_Serializer::setOptions()
    sets several options at once
setOptions
in file Unserializer.php, method XML_Unserializer::setOptions()
    sets several options at once
SimplePage
in file simple.php, class SimplePage
    The class represents a page of a multipage form.
serializeAndEncode.php
procedural page serializeAndEncode.php
serializeArrayWithObjects.php
procedural page serializeArrayWithObjects.php
serializeEmptyArray.php
procedural page serializeEmptyArray.php
serializeIndexedArray.php
procedural page serializeIndexedArray.php
serializeObject.php
procedural page serializeObject.php
serializeRDF.php
procedural page serializeRDF.php
serializeWithAttributes2.php
procedural page serializeWithAttributes2.php
serializeWithAttributes.php
procedural page serializeWithAttributes.php
serializeWithDtd.php
procedural page serializeWithDtd.php
serializeWithIndentedAttributes.php
procedural page serializeWithIndentedAttributes.php
serializeWithNamespace.php
procedural page serializeWithNamespace.php
serializeWithTagMap.php
procedural page serializeWithTagMap.php
Serializer.php
procedural page Serializer.php
top

t

tabbed.php
procedural page tabbed.php
top

u

upload.php
procedural page upload.php
unserialize
in file Unserializer.php, method XML_Unserializer::unserialize()
    unserialize data
unserializeAnyXML.php
procedural page unserializeAnyXML.php
unserializeEncoded.php
procedural page unserializeEncoded.php
unserializeEnum.php
procedural page unserializeEnum.php
unserializeObject.php
procedural page unserializeObject.php
unserializeRDF.php
procedural page unserializeRDF.php
unserializeWithAttributes.php
procedural page unserializeWithAttributes.php
Unserializer.php
procedural page Unserializer.php
top

w

wizard.php
procedural page wizard.php
top

x

XML_Serializer
in file Serializer.php, class XML_Serializer
    XML_Serializer class that serializes various structures into an XML document
XML_Serializer
in file Serializer.php, method XML_Serializer::XML_Serializer()
    constructor
XML_SERIALIZER_ENTITIES_HTML
in file Serializer.php, constant XML_SERIALIZER_ENTITIES_HTML
    replace HTML entitites
XML_SERIALIZER_ENTITIES_NONE
in file Serializer.php, constant XML_SERIALIZER_ENTITIES_NONE
    do not replace entitites
XML_SERIALIZER_ENTITIES_XML
in file Serializer.php, constant XML_SERIALIZER_ENTITIES_XML
    replace all XML entitites
XML_SERIALIZER_ENTITIES_XML_REQUIRED
in file Serializer.php, constant XML_SERIALIZER_ENTITIES_XML_REQUIRED
    replace only required XML entitites
XML_SERIALIZER_ERROR_NO_SERIALIZATION
in file Serializer.php, constant XML_SERIALIZER_ERROR_NO_SERIALIZATION
    error code for no serialization done
XML_Unserializer
in file Unserializer.php, method XML_Unserializer::XML_Unserializer()
    constructor
XML_Unserializer
in file Unserializer.php, class XML_Unserializer
    XML_Unserializer
XML_UNSERIALIZER_ERROR_NO_UNSERIALIZATION
in file Unserializer.php, constant XML_UNSERIALIZER_ERROR_NO_UNSERIALIZATION
    error code for no serialization done
top

_

_renderForm
in file Display.php, method HTML_QuickForm_Action_Display::_renderForm()
    Actually outputs the form.
top

Documentation generated on Mon, 11 Apr 2005 14:55:48 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.