1 | <?php |
||
8 | class LogEvent extends Event |
||
9 | { |
||
10 | /** |
||
11 | * Create a new event instance. |
||
12 | * |
||
13 | * @param string $command |
||
14 | * @param string $rawCommand |
||
15 | */ |
||
16 | public function __construct(Mutex $mutex, $command, $rawCommand) |
||
26 | |||
27 | /** |
||
28 | * Add the logger functions to the before and |
||
29 | * after calls of the event. |
||
30 | */ |
||
31 | public function registerScheduleLogger($command) |
||
41 | } |
||
42 |