PHP 클래스 Voodoo\Core\View\FlashMessage

파일 보기 프로젝트 열기: voodoophp/voodoo

공개 메소드들

메소드 설명
__construct ( )
clear ( ) : TView Clear flash
get ( $type = null ) : type Get the flash
set ( string $message, string $type = self::TYPE_NOTICE, array $data = [] ) : TView Set the flash

메소드 상세

__construct() 공개 메소드

public __construct ( )

clear() 공개 메소드

Clear flash
public clear ( ) : TView
리턴 TView

get() 공개 메소드

Get the flash
public get ( $type = null ) : type
리턴 type

set() 공개 메소드

Set the flash
public set ( string $message, string $type = self::TYPE_NOTICE, array $data = [] ) : TView
$message string
$type string
$data array
리턴 TView