PHP Class Standard\Abstracts\Controller

Afficher le fichier Open project: Swader/nofw

Protected Properties

Свойство Type Description
$flasher Tamtamchik\SimpleFlash\Flash
$logger Psr\Log\LoggerInterface
$site array

Méthodes protégées

Méthode Description
redirect ( string $url ) : void Redirects the app to a given URL, absolute or relative, remote or local.

Method Details

redirect() protected méthode

Redirects the app to a given URL, absolute or relative, remote or local.
protected redirect ( string $url ) : void
$url string
Résultat void

Property Details

$flasher protected_oe property

protected Flash,Tamtamchik\SimpleFlash $flasher
Résultat Tamtamchik\SimpleFlash\Flash

$logger protected_oe property

protected LoggerInterface,Psr\Log $logger
Résultat Psr\Log\LoggerInterface

$site protected_oe property

protected array $site
Résultat array