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
Mostrar archivo
Open project: horde/horde
Protected Properties
Property |
Type |
Description |
|
$_params |
array |
Values to include in the view's scope |
|
Public Methods
Protected Methods
Method |
Description |
|
_exit ( $message ) |
|
|
Method Details
__construct()
public method
protected _exit ( $message ) |
run()
abstract public method
Property Details
$_params protected_oe property
Values to include in the view's scope
protected array $_params |
return |
array |
|