| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 994 lines (39 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file admin/uploaduser_form.php |
uu_progress_tracker:: (11 methods):
uu_progress_tracker()
init()
flush()
track()
close()
validate_user_upload_columns()
increment_username()
process_template()
process_template_callback()
uu_allowed_auths()
uu_allowed_roles()
Class: uu_progress_tracker - X-Ref
| uu_progress_tracker() X-Ref |
| No description |
| init() X-Ref |
| No description |
| flush() X-Ref |
| No description |
| track($col, $msg, $level='normal', $merge=true) X-Ref |
| No description |
| close() X-Ref |
| No description |
| validate_user_upload_columns(&$columns) X-Ref |
| Validation callback function - verified the column line of csv file. Converts column names to lowercase too. |
| increment_username($username, $mnethostid) X-Ref |
| Increments username - increments trailing number or adds it if not present. Varifies that the new username does not exist yet param: string $username return: incremented username which does not exist yet |
| process_template($template, $user) X-Ref |
| Check if default field contains templates and apply them. param: string template - potential tempalte string param: object user object- we need username, firstname and lastname return: string field value |
| process_template_callback($block) X-Ref |
| Internal callback function. |
| uu_allowed_auths() X-Ref |
| Returns list of auth plugins that are enabled and known to work. |
| uu_allowed_roles($shortname=false) X-Ref |
| Returns list of non administrator roles |
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |