Searched refs:PageExplorerTag (Results 1 – 2 of 2) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | PageExplorerTag.php | 10 class PageExplorerTag class 60 public const INDEXES_TAG = [PageExplorerTag::INDEX_HOME_TAG, PageExplorerTag::INDEX_TAG]; 244 case PageExplorerTag::PARENT_TAG: 269 $openingTag->setPluginData(PageExplorerTag::NAMESPACE_INSTRUCTIONS, $namespaceInstructions); 270 $openingTag->setPluginData(PageExplorerTag::NAMESPACE_ATTRIBUTES, $namespaceAttributes); 271 $openingTag->setPluginData(PageExplorerTag::PAGE_INSTRUCTIONS, $templatePageInstructions); 272 $openingTag->setPluginData(PageExplorerTag::PAGE_ATTRIBUTES, $pageAttributes); 273 $openingTag->setPluginData(PageExplorerTag::INDEX_INSTRUCTIONS, $templateHomeInstructions); 274 $openingTag->setPluginData(PageExplorerTag::INDEX_ATTRIBUTES, $homeAttributes); 275 $openingTag->setPluginData(PageExplorerTag::PARENT_INSTRUCTIONS, $parentInstructions); [all …]
|
| H A D | XmlTagProcessing.php | 75 case PageExplorerTag::LOGICAL_TAG: 234 case PageExplorerTag::LOGICAL_TAG: 235 $renderer->doc .= PageExplorerTag::renderEnterTag($tagAttributes, $data); 367 case PageExplorerTag::NTOC_MARKUP: 368 case PageExplorerTag::PAGE_EXPLORER_MARKUP: 369 $logicalTag = PageExplorerTag::LOGICAL_TAG; 370 $defaultAttributes = [TagAttributes::TYPE_KEY => PageExplorerTag::LIST_TYPE]; 371 $knownTypes = [PageExplorerTag::TYPE_TREE, PageExplorerTag::LIST_TYPE]; 373 case PageExplorerTag::INDEX_HOME_TAG: 374 case PageExplorerTag::INDEX_TAG: [all …]
|