Home
last modified time | relevance | path

Searched refs:ORIGIN_TYPE (Results 1 – 2 of 2) sorted by relevance

/template/strap/action/
H A Droutermessage.php32 const ORIGIN_TYPE = 'redirectOrigin'; define in action_plugin_combo_routermessage
60 $INPUT->str(self::ORIGIN_TYPE, null)
266 $_SESSION[DOKU_COOKIE][self::ORIGIN_TYPE] = $redirectSource;
H A Drouter.php473 …$url->setQueryParameter(action_plugin_combo_routermessage::ORIGIN_TYPE, $redirection->getOrigin());