| 1 | <?php declare(strict_types=1); |
||
| 11 | class Program extends BaseProgram |
||
| 12 | { |
||
| 13 | public function refresh(): PromiseInterface |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Reason behind the enable/disable names is that start is in |
||
| 20 | * use by an property. |
||
| 21 | * |
||
| 22 | * @return PromiseInterface |
||
| 23 | */ |
||
| 24 | public function enable(): PromiseInterface |
||
| 28 | |||
| 29 | public function disable(): PromiseInterface |
||
| 33 | |||
| 34 | public function restart(): PromiseInterface |
||
| 42 | } |
||
| 43 |