PHP Class Jonah_View_Base, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (BSD). If you did not receive this file, see http://cvs.horde.org/co.php/jonah/LICENSE
Author: Michael J. Rubinsky ([email protected])
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_params array Values to include in the view's scope

Public Methods

Method Description
__construct ( array $params = [] ) Const'r
run ( ) Render this view.

Protected Methods

Method Description
_exit ( $message )

Method Details

__construct() public method

Const'r
public __construct ( array $params = [] )
$params array View parameters

_exit() protected method

protected _exit ( $message )

run() abstract public method

Render this view.
abstract public run ( )

Property Details

$_params protected_oe property

Values to include in the view's scope
protected array $_params
return array