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
top
top
top
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
top
top
top
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
top
top
top
top
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
top
Documentation generated on Mon, 11 Apr 2005 14:55:48 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|