| 1 | <?php |
||
| 6 | class Info extends BaseCommand implements CommandInterface |
||
| 7 | { |
||
| 8 | /** |
||
| 9 | * Tells the argument types for this command |
||
| 10 | * |
||
| 11 | * @var int |
||
| 12 | */ |
||
| 13 | protected $argumentsType = self::ARGUMENTS_TYPE_EMPTY; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Get command |
||
| 17 | * |
||
| 18 | * @return string Command |
||
| 19 | */ |
||
| 20 | public function getCommand() |
||
| 24 | } |