Home
last modified time | relevance | path

Searched refs:renderWebComponent (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/Template/
H A DTemplateForComponent.php27 ->renderWebComponent($this->templateName,$data);
/plugin/combo/ComboStrap/
H A DTemplateEngine.php270 public function renderWebComponent(string $template, array $model): string function in ComboStrap\\TemplateEngine