1 | <?php |
||
8 | class DeployerShell extends Shell |
||
9 | { |
||
10 | public $tasks = ['ClearCache']; |
||
11 | |||
12 | /** |
||
13 | * Start the shell and interactive console. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function main() |
||
36 | |||
37 | /** |
||
38 | * Display help for this console. |
||
39 | * |
||
40 | * @return ConsoleOptionParser |
||
41 | */ |
||
42 | public function getOptionParser() |
||
54 | } |
||
55 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.