Public Member Functions | |
| Backlog () | |
| success ($msg) | |
| failure ($msg) | |
| debug ($msg) | |
| info ($msg) | |
| message ($msg, $type) | |
| size ($type=null) | |
| output () | |
| append ($other) | |
| main () | |
Data Fields | |
| $_backlog = array() | |
| $_size = array() | |
Definition at line 21 of file backlog.class.php.
| append | ( | $ | other | ) |
Definition at line 121 of file backlog.class.php.
| Backlog | ( | ) |
Definition at line 26 of file backlog.class.php.
| debug | ( | $ | msg | ) |
Definition at line 46 of file backlog.class.php.
| failure | ( | $ | msg | ) |
Definition at line 40 of file backlog.class.php.
| info | ( | $ | msg | ) |
Definition at line 52 of file backlog.class.php.
| main | ( | ) |
Definition at line 134 of file backlog.class.php.
| message | ( | $ | msg, | |
| $ | type | |||
| ) |
Definition at line 58 of file backlog.class.php.
| output | ( | ) |
Definition at line 82 of file backlog.class.php.
| size | ( | $ | type = null |
) |
Definition at line 63 of file backlog.class.php.
| success | ( | $ | msg | ) |
Definition at line 34 of file backlog.class.php.
| $_backlog = array() |
Definition at line 23 of file backlog.class.php.
| $_size = array() |
Definition at line 24 of file backlog.class.php.
1.6.3