|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| EclipseInvoker (&$invoker, &$listener) | |
| before ($method) | |
| after ($method) | |
Definition at line 275 of file eclipse.php.
| after | ( | $ | method | ) |
Stops output buffering and send the captured output to the listener.
| string | $method | Test method to call. public |
Reimplemented from SimpleInvokerDecorator.
Definition at line 297 of file eclipse.php.

| before | ( | $ | method | ) |
Starts output buffering.
| string | $method | Test method to call. public |
Reimplemented from SimpleInvokerDecorator.
Definition at line 286 of file eclipse.php.
| EclipseInvoker | ( | &$ | invoker, |
| &$ | listener | ||
| ) |