1 | <?php |
||
16 | class SilverStripeLoader extends ConsoleBase |
||
17 | { |
||
18 | /** |
||
19 | * Return a set of Tasks from SilverStripe |
||
20 | * |
||
21 | * @return array |
||
22 | */ |
||
23 | 1 | public function getTasks() |
|
38 | |||
39 | /** |
||
40 | * Get a new command factory instance to generate the console Command |
||
41 | * |
||
42 | * @return Factory |
||
43 | */ |
||
44 | 2 | public function getCommandFactory() |
|
48 | } |
||
49 |