| 1 | <?php |
||
| 9 | class ProcessJobQueueChildTask extends BuildTask |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * {@inheritDoc} |
||
| 13 | * @var string |
||
| 14 | */ |
||
| 15 | private static $segment = 'ProcessJobQueueChildTask'; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param HTTPRequest $request |
||
| 19 | */ |
||
| 20 | public function run($request) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Returns an instance of the QueuedJobService. |
||
| 36 | * |
||
| 37 | * @return QueuedJobService |
||
| 38 | */ |
||
| 39 | protected function getService() |
||
| 43 | } |
||
| 44 |