PHP Класс Standard\Abstracts\Controller

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$flasher Tamtamchik\SimpleFlash\Flash
$logger Psr\Log\LoggerInterface
$site array

Защищенные методы

Метод Описание
redirect ( string $url ) : void Redirects the app to a given URL, absolute or relative, remote or local.

Описание методов

redirect() защищенный Метод

Redirects the app to a given URL, absolute or relative, remote or local.
protected redirect ( string $url ) : void
$url string
Результат void

Описание свойств

$flasher защищенное свойство

protected Flash,Tamtamchik\SimpleFlash $flasher
Результат Tamtamchik\SimpleFlash\Flash

$logger защищенное свойство

protected LoggerInterface,Psr\Log $logger
Результат Psr\Log\LoggerInterface

$site защищенное свойство

protected array $site
Результат array