Home
last modified time | relevance | path

Searched refs:getHost (Results 1 – 8 of 8) sorted by relevance

/template/strap/ComboStrap/Web/
H A DUrl.php421 $this->getHost();
442 public function getHost(): string function in ComboStrap\\Web\\Url
517 $actualHost = $this->getHost();
522 $expectedHost = $expectedUrl->getHost();
764 $base = "$base{$this->getHost()}";
823 $host = $this->getHost();
962 $localHost = Url::createEmpty()->setPath("/")->toAbsoluteUrl()->getHost();
963 return $localHost !== $this->getHost();
/template/strap/ComboStrap/
H A DPath.php127 function getHost(): string; function
H A DResourceName.php34 $name = $path->getUrl()->getHost();
H A DLocalPath.php433 $uri = "$uri{$this->getHost()}";
457 function getHost(): string function in ComboStrap\\LocalPath
H A DFetcherScreenshot.php181 $lastNameWithoutExtension = $url->getHost();
H A DMarkupPath.php2287 function getHost(): string function in ComboStrap\\MarkupPath
2289 return $this->path->getHost();
H A DMediaMarkup.php286 ->setHost($markupUrl->getHost())
H A DWikiPath.php1111 function getHost(): string function in ComboStrap\\WikiPath