Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
43 | protected function configure() |
||
44 | { |
||
45 | parent::configure(); |
||
46 | |||
47 | $this->setName('socket-io:process') |
||
48 | ->setDescription('Starts socket-io process.') |
||
49 | ->addOption('handler', null, InputArgument::OPTIONAL, 'Process handler class', null) |
||
50 | ->addOption('data', null, InputArgument::OPTIONAL, 'Serialized handle data.', null); |
||
51 | } |
||
52 | |||
67 |