(no description)
File Size: | 131 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
display_if_slow:: (4 methods):
__construct()
start_html()
update_progress()
end_html()
Class: display_if_slow - X-Ref
Progress handler that uses a standard Moodle progress bar to display__construct($heading = '', $delay = self::DEFAULT_DISPLAY_DELAY) X-Ref |
Constructs the progress reporter. This will not output HTML just yet, until the required delay time expires. param: string $heading Text to display above bar (if it appears); '' for none (default) param: int $delay Delay time (default 5 seconds) |
start_html() X-Ref |
Starts displaying the progress bar, with optional heading and a special div so it can be hidden later. |
update_progress() X-Ref |
When progress is updated, after a certain time, starts actually displaying the progress bar. |
end_html() X-Ref |
Finishes parent display then closes div and hides it. |