SimplePhpView Class Reference
[Spring-like webflow tools]

Inheritance diagram for SimplePhpView:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($templatePath, ViewResolver $partViewResolver)
 render ($model=null)
 
Parameters:
$model null or Model

 toString ($model=null)

Protected Member Functions

 preRender ()
 postRender ()

Protected Attributes

 $templatePath = null
 $partViewResolver = null


Detailed Description

Definition at line 16 of file SimplePhpView.class.php.


Constructor & Destructor Documentation

SimplePhpView::__construct ( templatePath,
ViewResolver partViewResolver 
)

Definition at line 21 of file SimplePhpView.class.php.

References $templatePath.


Member Function Documentation

SimplePhpView::render ( model = null  ) 

Parameters:
$model null or Model

Implements View.

Definition at line 27 of file SimplePhpView.class.php.

References Assert::isTrue(), postRender(), and preRender().

Referenced by toString().

Here is the call graph for this function:

SimplePhpView::toString ( model = null  ) 

Definition at line 43 of file SimplePhpView.class.php.

References render().

Here is the call graph for this function:

SimplePhpView::preRender (  )  [protected]

Reimplemented in DebugPhpView.

Definition at line 50 of file SimplePhpView.class.php.

Referenced by render().

SimplePhpView::postRender (  )  [protected]

Reimplemented in DebugPhpView.

Definition at line 55 of file SimplePhpView.class.php.

Referenced by render().


Member Data Documentation

SimplePhpView::$templatePath = null [protected]

Definition at line 18 of file SimplePhpView.class.php.

Referenced by __construct().

SimplePhpView::$partViewResolver = null [protected]

Definition at line 19 of file SimplePhpView.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:27 2007 for onPHP by  doxygen 1.5.4