| 1 | <?php |
||
| 18 | class MapsList extends AbstractChatCommand |
||
| 19 | { |
||
| 20 | /** @var MapsWindowFactory */ |
||
| 21 | protected $mapsListWindowFactory; |
||
| 22 | |||
| 23 | /** @var Maps */ |
||
| 24 | protected $mapsPlugin; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * MapsList constructor. |
||
| 28 | * |
||
| 29 | * @param $command |
||
| 30 | * @param array $aliases |
||
| 31 | */ |
||
| 32 | public function __construct( |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @inheritdoc |
||
| 47 | */ |
||
| 48 | public function execute($login, InputInterface $input) |
||
| 53 | } |
||
| 54 |