setTemplate('/Modules/Editor/Theme/Backend/Components/Compound/compound'); $this->data['editor'] = new \Modules\Editor\Theme\Backend\Components\Editor\BaseView($l11n, $request, $response); } /** * {@inheritdoc} */ public function render(mixed ...$data) : string { /** @var array{0:string, 1?:string, 2?:array} $data */ $this->form = $data[0]; $this->virtualPath = $data[1] ?? $this->virtualPath; $this->docs = $data[2] ?? $this->docs; return parent::render(); } }