PHP 클래스 Standard\Abstracts\Controller

파일 보기 프로젝트 열기: Swader/nofw

보호된 프로퍼티들

프로퍼티 타입 설명
$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