| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 191 lines (7 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
XMLDBAction:: (11 methods):
XMLDBAction()
__construct()
init()
getDoesGenerate()
getError()
getOutput()
getPostAction()
getTitle()
loadStrings()
invoke()
launch()
Class: XMLDBAction - X-Ref
| XMLDBAction() X-Ref |
| Constructor |
| __construct() X-Ref |
| Constructor to keep PHP5 happy |
| init() X-Ref |
| Init method, every subclass will have its own, always calling the parent one |
| getDoesGenerate() X-Ref |
| returns the type of output of the file |
| getError() X-Ref |
| getError method, returns the last error string. Used if the invoke() methods returns false |
| getOutput() X-Ref |
| getOutput method, returns the output generated by the action. Used after execution of the invoke() methods if they return true |
| getPostAction() X-Ref |
| getPostAtion method, returns the action to launch after executing another one |
| getTitle() X-Ref |
| getTitle method returns the title of the action (that is part of the $str array attribute |
| loadStrings($strings) X-Ref |
| loadStrings method, loads the required strings specified in the array parameter |
| invoke() X-Ref |
| main invoke method, it simply sets the postaction attribute if possible |
| launch($action) X-Ref |
| launch method, used to easily call invoke methods between actions |
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |