Home
last modified time | relevance | path

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

/template/strap/action/
H A Dmetacsp.php81 if (strpos($httpHeaderReferer, Site::getBaseUrl()) === false) {
/template/strap/ComboStrap/Web/
H A DUrlEndpoint.php69 $url = Site::getBaseUrl();
/template/strap/ComboStrap/
H A DBrand.php64 $this->brandUrl = Site::getBaseUrl();
H A DSite.php476 public static function getBaseUrl(): string function in ComboStrap\\Site