PHP Class Standard\Abstracts\Controller

Datei anzeigen Open project: Swader/nofw

Protected Properties

Property Type Description
$flasher Tamtamchik\SimpleFlash\Flash
$logger Psr\Log\LoggerInterface
$site array

Protected Methods

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

Method Details

redirect() protected method

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

Property Details

$flasher protected_oe property

protected Flash,Tamtamchik\SimpleFlash $flasher
return Tamtamchik\SimpleFlash\Flash

$logger protected_oe property

protected LoggerInterface,Psr\Log $logger
return Psr\Log\LoggerInterface

$site protected_oe property

protected array $site
return array