Documentation

Layer

Configuration routines

Tags
subpackage

Redirect

author

Dodonov A.A.

version

v.1.0 (2021/11/13)

copyright

Copyright (c) 2021, http://aeon.su

Table of Contents

$lastRedirectionUrl  : string
Last redirection URL
$redirectWasPerformed  : bool
Was redirect performed?
clear()  : void
Method resets variables
redirectTo()  : void
Redirecting to another page

Properties

$lastRedirectionUrl

Last redirection URL

public static string $lastRedirectionUrl = ''

$redirectWasPerformed

Was redirect performed?

public static bool $redirectWasPerformed = false

Methods

clear()

Method resets variables

public static clear() : void
Return values
void

redirectTo()

Redirecting to another page

public static redirectTo(string $url) : void
Parameters
$url : string
Return values
void

Search results