1 | <?php |
||
13 | class DoctrineWorker extends BaseSymfonyWorker |
||
14 | { |
||
15 | /** |
||
16 | * Subsystem name. |
||
17 | * |
||
18 | * @var string |
||
19 | */ |
||
20 | const SUBSYSTEM_NAME = 'DoctrineWorker'; |
||
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | * @param array $commandData |
||
25 | */ |
||
26 | 1 | protected function getSerializedCommandData($commandData) |
|
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | 2 | public function getSubsystemName() |
|
38 | } |
||
39 |