Home
last modified time | relevance | path

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

/plugin/combo/action/
H A Drouter.php741 * @param string $targetOriginId - the source of the target (redirect)
746 function executeTransparentRedirect(string $targetPageId, string $targetOriginId): bool
759 if (is_object($targetOriginId)) {
760 $class = get_class($targetOriginId);
761 LogUtility::msg("The parameters targetOriginId ($targetOriginId) is an object of the class ($class) and it should be a page id");
807 $this->logRedirection($sourceId, $targetPageId, $targetOriginId, self::REDIRECT_TRANSPARENT_METHOD);
740 executeTransparentRedirect(string $targetPageId, string $targetOriginId) global() argument