Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DMediaMarkup.php347 return $this->getMarkupRef()->getRef();
350 return $this->getMarkupRef()->getRef();
539 $attributes[MarkupRef::REF_ATTRIBUTE] = $this->markupRef->getRef();
809 $ref = $this->getRef();
865 private function getRef(): string function in ComboStrap\\MediaMarkup
870 return $this->markupRef->getRef();
H A DLinkMarkup.php500 return $this->markupRef->getRef();
539 … return strpos($this->getMarkupRef()->getRef(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) !== 0;
596 return $this->getMarkupRef()->getRef();
H A DMarkupRef.php461 function getRef(): string function in ComboStrap\\MarkupRef
668 return $this->getRef();
H A DInterWiki.php231 public function getRef(): string function in ComboStrap\\InterWiki