|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| start () | |
| flush () | |
| track ($col, $msg, $level= 'normal', $merge=true) | |
| close () | |
Data Fields | |
| $columns = array('status', 'line', 'id', 'username', 'firstname', 'lastname', 'email', 'password', 'auth', 'enrolments', 'suspended', 'deleted') | |
Definition at line 57 of file locallib.php.
| close | ( | ) |
Print the table end
Definition at line 153 of file locallib.php.
| flush | ( | ) |
Flush previous line and start a new one.
Definition at line 89 of file locallib.php.
| start | ( | ) |
Add tracking info
| string | $col | name of column |
| string | $msg | message |
| string | $level | 'normal', 'warning' or 'error' |
| bool | $merge | true means add as new line, false means override all previous text of the same type |
Definition at line 131 of file locallib.php.
| $columns = array('status', 'line', 'id', 'username', 'firstname', 'lastname', 'email', 'password', 'auth', 'enrolments', 'suspended', 'deleted') |
Definition at line 59 of file locallib.php.