| 1 | <?php |
||
| 16 | class ScriptPanel extends AbstractAdminChatCommand |
||
| 17 | { |
||
| 18 | /** @var ScriptSettingsWindowFactory */ |
||
| 19 | protected $scriptSettingsWindowFactory; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * ScriptPanel constructor. |
||
| 23 | * |
||
| 24 | * @param $command |
||
| 25 | * @param $permission |
||
| 26 | * @param array $aliases |
||
| 27 | */ |
||
| 28 | public function __construct( |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @inheritdoc |
||
| 41 | */ |
||
| 42 | public function execute($login, InputInterface $input) |
||
| 46 | } |
||
| 47 |