| 1 | <?php |
||
| 16 | class Manager extends ProcessManager |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param string $binary |
||
| 21 | * @param string $worker |
||
| 22 | * @param string $stdout |
||
| 23 | * @param string $stderr |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | protected function getCommand($binary, $worker, $stdout, $stderr) // phpcs:ignore SlevomatCodingStandard.TypeHints |
||
| 30 | |||
| 31 | public function __destruct() |
||
| 36 | } |
||
| 37 |