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