| 1 | <?php |
||
| 5 | class CreateDaemonCommand extends DaemonCommand |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * Set the command. |
||
| 9 | * |
||
| 10 | * @param string $command |
||
| 11 | * |
||
| 12 | * @return static |
||
| 13 | */ |
||
| 14 | public function start(string $command) |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Set the user of command. |
||
| 21 | * |
||
| 22 | * @param string $user |
||
| 23 | * |
||
| 24 | * @return static |
||
| 25 | */ |
||
| 26 | public function runningAs(string $user) |
||
| 30 | } |
||
| 31 |