Home
last modified time | relevance | path

Searched refs:addBooleanOutputAttributeValue (Results 1 – 4 of 4) sorted by relevance

/template/strap/syntax/
H A Dminimap.php218 $linkAttribute->addBooleanOutputAttributeValue('active');
/template/strap/ComboStrap/
H A DPageExplorerTag.php618 … $pageExplorerTagAttributes->addBooleanOutputAttributeValue("data-" . TagAttributes::WIKI_ID);
H A DSnippet.php1026 $tagAttributes->addBooleanOutputAttributeValue("defer");
H A DTagAttributes.php1241 function addBooleanOutputAttributeValue(string $key): TagAttributes function in ComboStrap\\TagAttributes