Home
last modified time | relevance | path

Searched refs:toHtmlEmptyTag (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DHrTag.php21 return $tagAttributes->toHtmlEmptyTag("hr");
H A DTemplateForWebPage.php388 ->toHtmlEmptyTag("link");
423 ->toHtmlEmptyTag("link");
460 ->toHtmlEmptyTag("link");
925 ->toHtmlEmptyTag("img");
H A DSvgImageLink.php188 return $imgAttributes->toHtmlEmptyTag("img");
H A DEditButton.php305 $hiddenInputs .= $inputAttributes->toHtmlEmptyTag("input");
H A DTagAttributes.php1024 function toHtmlEmptyTag($htmlTag): string function in ComboStrap\\TagAttributes