| 1 | <?php |
||
| 19 | class ServerPanel extends AbstractAdminChatCommand |
||
| 20 | { |
||
| 21 | /** @var ServerSettingsWindowFactory*/ |
||
| 22 | protected $serverSettingsWindowFactory; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * ScriptPanel constructor. |
||
| 26 | * |
||
| 27 | * @param $command |
||
| 28 | * @param $permission |
||
| 29 | * @param array $aliases |
||
| 30 | */ |
||
| 31 | public function __construct( |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @inheritdoc |
||
| 44 | */ |
||
| 45 | public function execute($login, InputInterface $input) |
||
| 49 | } |
||
| 50 |