Searched refs:redirectSource (Results 1 – 2 of 2) sorted by relevance
92 $redirectSource = null;96 list($pageIdOrigin, $redirectSource) = $messageQueryStringProperties;101 switch ($redirectSource) {150 …LogUtility::msg("The redirection source ($redirectSource) is unknown. It was not expected", LogUti…158 if ($redirectSource != RouterRedirection::TARGET_ORIGIN_PAGE_RULES) {257 * @param string $redirectSource259 static function notify($id, $redirectSource) argument266 $_SESSION[DOKU_COOKIE][self::ORIGIN_TYPE] = $redirectSource;
268 $redirectSource = $INPUT->str(self::QUERY_STRING_REDIR_TYPE);270 switch ($redirectSource) {301 if ($redirectSource!=self::REDIRECT_TARGET_PAGE_FROM_DATASTORE) {432 * @param string|the $redirectSource the source of the redirect435 private function redirectToDokuwikiPage($targetPage, $redirectSource = 'Not Known') argument456 $this->redirectManager->logRedirection($ID, $targetPage, $redirectSource);464 self::QUERY_STRING_REDIR_TYPE => $redirectSource