Home
last modified time | relevance | path

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

/plugin/combo/action/
H A Dsnippetsbootstrap.php232 … $newScriptTagAsArray[] = $bootstrap->getPopperSnippet()->toDokuWikiArray();
245 $bootstrapTagArray[] = $bootstrap->getPopperSnippet()->toDokuWikiArray();
/plugin/combo/ComboStrap/
H A DBootstrap.php244 $snippets[] = $this->getPopperSnippet();
361 public function getPopperSnippet(): Snippet function in ComboStrap\\Bootstrap