Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DSnippet.php998 $tagAttributes->setInnerText($this->getInnerHtml());
1039 $tagAttributes->setInnerText($this->getInnerHtml());
H A DTagAttributes.php1484 public function setInnerText(string $text): TagAttributes function in ComboStrap\\TagAttributes