| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 150 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
display:: (5 methods):
__construct()
set_display_names()
start_html()
end_html()
update_progress()
| __construct($startnow = true) X-Ref |
| Constructs the progress reporter. This will output HTML code for the progress bar, and an indeterminate wibbler below it. param: bool $startnow If true, outputs HTML immediately. |
| set_display_names($displaynames = true) X-Ref |
| By default, the progress section names do not display because these will probably be untranslated and incomprehensible. To make them display, call this method. param: bool $displaynames True to display names |
| start_html() X-Ref |
| Starts to output progress. Called in constructor and in update_progress if required. |
| end_html() X-Ref |
| Finishes output. (Progress can begin again later if there are more calls to update_progress.) Automatically called from update_progress when progress finishes. |
| update_progress() X-Ref |
| When progress is updated, updates the bar. |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |