Tracking of processed users.
More...
Tracking of processed users.
This class prints user information into a html table.
@subpackage admin
- Copyright
- 2007 Petr Skoda
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ close()
uu_progress_tracker::close |
( |
| ) |
|
Print the table end.
- Return values
-
◆ flush()
uu_progress_tracker::flush |
( |
| ) |
|
Flush previous line and start a new one.
- Return values
-
◆ start()
uu_progress_tracker::start |
( |
| ) |
|
Print table header.
- Return values
-
◆ track()
uu_progress_tracker::track |
( |
|
$col, |
|
|
|
$msg, |
|
|
|
$level = 'normal' , |
|
|
|
$merge = true |
|
) |
| |
Add tracking info.
- Parameters
-
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 |
- Return values
-
◆ $columns
array uu_progress_tracker::$columns |
Initial value:= array('status', 'line', 'id', 'username', 'firstname', 'lastname', 'email',
'password', 'auth', 'enrolments', 'suspended', 'theme', 'deleted')
The columns shown on the table.
The documentation for this class was generated from the following file: