| 1 | <?php |
||
| 7 | class RegisterFunctionEvent extends Event |
||
| 8 | { |
||
| 9 | const EVENT_ON_BEFORE_REGISTER_FUNCTIONS = 'worker.on_before_register_functions'; |
||
| 10 | const EVENT_ON_AFTER_REGISTER_FUNCTIONS = 'worker.on_after_register_functions'; |
||
| 11 | |||
| 12 | private $jobs; |
||
| 13 | |||
| 14 | 3 | public function __construct(JobCollection $jobs) |
|
| 18 | |||
| 19 | public function getJobs() |
||
| 23 | } |
||
| 24 |