PHP 클래스 Admin_View_Helper_FlashMsg

저자: mihaibalaceanu
상속: extends Zend_View_Helper_Abstract
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 프로퍼티들

프로퍼티 타입 설명
$view Zend_View_Interface

공개 메소드들

메소드 설명
flashMsg ( string $type = 'normal', mixed $key = null, $sticky = false )
setAdapter ( $adapter )
setView ( Zend_View_Interface $view ) Sets the view field

메소드 상세

flashMsg() 공개 메소드

public flashMsg ( string $type = 'normal', mixed $key = null, $sticky = false )
$type string normal|current|both @param mixed $key if null all messages outputted
$key mixed

setAdapter() 공개 메소드

public setAdapter ( $adapter )

setView() 공개 메소드

Sets the view field
public setView ( Zend_View_Interface $view )
$view Zend_View_Interface Zend_View_Interface

프로퍼티 상세

$view 공개적으로 프로퍼티

public Zend_View_Interface $view
리턴 Zend_View_Interface