Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPageExplorerTag.php279 public static function renderEnterTag(TagAttributes $pageExplorerTagAttributes, array $data) argument
286 $id = $pageExplorerTagAttributes->getValue(TagAttributes::ID_KEY);
289 $pageExplorerTagAttributes->setComponentAttributeValue(TagAttributes::ID_KEY, $id);
324 $pageExplorerType = $pageExplorerTagAttributes->getType();
325 …$namespaceAttribute = $pageExplorerTagAttributes->getValueAndRemove(PageExplorerTag::ATTR_NAMESPAC…
375 $returnedXhtml .= $pageExplorerTagAttributes
616 …$pageExplorerTagAttributes->addOutputAttributeValue("data-" . TagAttributes::WIKI_ID, $namespaceId…
618 … $pageExplorerTagAttributes->addBooleanOutputAttributeValue("data-" . TagAttributes::WIKI_ID);
632 $returnedXhtml .= $pageExplorerTagAttributes->toHtmlEnterTag("nav") . DOKU_LF;