Handles HTML form requests and provides centralised request validating and XML conversion support.
GetEditedUser |
Gets the edited created user instance. |
|
GetMessageIds |
Gets the requested or newly created message and revision IDs. |
|
GetNewMessage |
Gets the newly created message instance. |
|
GetNewMessageRevision |
Gets the newly created message revision instance. |
|
GetNewTag |
Gets the newly created tag instance. |
|
GetNewUser |
Gets the newly created user instance. |
|
GetRequestedMessage |
Gets the requested message instance that was worked with. |
|
GetRequestedMessageRevision |
Gets the requested message revision instance that was worked with. |
|
GetRequestedTag |
Gets the requested tag instance that was worked with. |
|
GetRequestedUser |
Gets the requested user instance that was worked with. |
|
HandleForm |
Handles a submitted HTML form and performs all requested actions. |
|
S | ValidateRequest |
Validates the request. |
GetKeys |
Gets the list of user IDs from a multiline text field in the HTML form. |
|
GetMessage |
Gets the message object from either the message ID in the HTML form or the temporary variables from earlier actions. |
|
GetMessageRevision |
Gets the message revision object from either the message ID and revision number in the HTML form or the temporary variables from earlier actions. |
|
GetTag |
Gets the tag object from either the tag ID in the HTML form or the temporary variables from earlier actions. |
|
GetUser |
Gets the user object from either the user ID in the HTML form or the temporary variables from earlier actions. |
|
HandleFormAction |
Handles a specific HTML form action. |
|
IsActionRequested |
Gets a value indicating whether an action was requested and is not yet discarded. |
|
SkipAction |
Marks an action to be skipped in further processing. |
|
S | SortActions |
Internal sorting function that ensures that actions are processed in the correct order. |
Edited user instance, if the action was performed
Newly created message instance, if the action was performed
Newly created message revision instance, if the action was performed
Newly created tag instance, if the action was performed
Newly created user instance, if the action was performed
List of requested actions
Requested message instance
Requested message revision instance
Requested tag instance
Requested user instance
Actions to skip
VerboseHandling | false |
Display some information about form handling. |
File: formhandler.class.php, line 23 |
FailForm | false |
Let all forms fail the handling. Use this for debugging only! |
File: formhandler.class.php, line 25 |
VerboseErrors | true |
Generate more verbose error messages that include a call stack and function arguments. DO NOT enable this in a production environment as it may leak sensitive information! |
File: formhandler.class.php, line 28 |
Implementation file: formhandler.class.php, line 20
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.