PHP 인터페이스 ManaPHP\Mvc\View\FlashInterface

파일 보기 프로젝트 열기: manaphp/manaphp

공개 메소드들

메소드 설명
error ( string $message ) : void Shows a HTML error message
notice ( string $message ) : void Shows a HTML notice/information message
output ( boolean $remove = true ) : void Prints the messages in the session flasher
success ( string $message ) : void Shows a HTML success message
warning ( string $message ) : void Shows a HTML warning message

메소드 상세

error() 공개 메소드

Shows a HTML error message
public error ( string $message ) : void
$message string
리턴 void

notice() 공개 메소드

Shows a HTML notice/information message
public notice ( string $message ) : void
$message string
리턴 void

output() 공개 메소드

Prints the messages in the session flasher
public output ( boolean $remove = true ) : void
$remove boolean
리턴 void

success() 공개 메소드

Shows a HTML success message
public success ( string $message ) : void
$message string
리턴 void

warning() 공개 메소드

Shows a HTML warning message
public warning ( string $message ) : void
$message string
리턴 void