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