Moodle  2.2.1
http://www.collinsharper.com
uu_progress_tracker Class Reference

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')

Detailed Description

Definition at line 57 of file locallib.php.


Member Function Documentation

close ( )

Print the table end

Returns:
void

Definition at line 153 of file locallib.php.

Here is the call graph for this function:

flush ( )

Flush previous line and start a new one.

Returns:
void

Definition at line 89 of file locallib.php.

Here is the caller graph for this function:

start ( )

Print table header.

Returns:
void

Definition at line 65 of file locallib.php.

track ( col,
msg,
level = 'normal',
merge = true 
)

Add tracking info

Parameters:
string$colname of column
string$msgmessage
string$level'normal', 'warning' or 'error'
bool$mergetrue means add as new line, false means override all previous text of the same type
Returns:
void

Definition at line 131 of file locallib.php.

Here is the call graph for this function:


Field Documentation

$columns = array('status', 'line', 'id', 'username', 'firstname', 'lastname', 'email', 'password', 'auth', 'enrolments', 'suspended', 'deleted')

Definition at line 59 of file locallib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations