Searched refs:interWikiRef (Results 1 – 1 of 1) sorted by relevance
32 * @param string $interWikiRef - The interwiki35 public function __construct(string $interWikiRef, string $markupType) argument38 $this->ref = $interWikiRef;40 [$this->name, $this->urlWithoutFragment] = explode(">", $interWikiRef, 2);175 * @param string $interWikiRef178 public static function createLinkInterWikiFromString(string $interWikiRef): InterWiki argument180 return new InterWiki($interWikiRef, MarkupRef::LINK_TYPE);