PHP Class Admin_View_Helper_FlashMsg

Author: mihaibalaceanu
Inheritance: extends Zend_View_Helper_Abstract
Mostra file Open project: sourcefabric/newscoop

Public Properties

Property Type Description
$view Zend_View_Interface

Public Methods

Method Description
flashMsg ( string $type = 'normal', mixed $key = null, $sticky = false )
setAdapter ( $adapter )
setView ( Zend_View_Interface $view ) Sets the view field

Method Details

flashMsg() public method

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 method

public setAdapter ( $adapter )

setView() public method

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

Property Details

$view public_oe property

public Zend_View_Interface $view
return Zend_View_Interface