Home
last modified time | relevance | path

Searched refs:createFromGetOrPostGlobalVariable (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/action/
H A Ddocustom.php140 …$id = Url::createFromGetOrPostGlobalVariable()->getPropertyValue(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE…
177 $url = Url::createFromGetOrPostGlobalVariable()
H A Dstaticresource.php106 $fetchUrl = Url::createFromGetOrPostGlobalVariable();
/plugin/combo/ComboStrap/
H A DRobots.php41 $queryProperties = Url::createFromGetOrPostGlobalVariable()->getQueryProperties();
H A DExecutionContext.php168 $this->url = Url::createFromGetOrPostGlobalVariable();
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php45 $fetchUrl = Url::createFromGetOrPostGlobalVariable();
/plugin/combo/ComboStrap/Web/
H A DUrl.php189 public static function createFromGetOrPostGlobalVariable(): Url function in ComboStrap\\Web\\Url