Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
DInterWiki.php219 …throw new ExceptionNotFound("The inter-wiki ({$this->getWiki()}) does not exist and there is no de…
223 public function getWiki() function in ComboStrap\\InterWiki
241 return self::IW_PREFIX . preg_replace('/[^_\-a-z0-9]+/i', '_', $this->getWiki());
DLinkMarkup.php185 if ($interWiki->getWiki() !== "this") {
192 …em->attachCssInternalStyleSheet(MarkupRef::INTERWIKI_URI . "-" . $interWiki->getWiki(), $cssRules);