onPHP

ModelAndView Class Reference

 

ModelAndView Class Reference
[Spring-like webflow tools]

List of all members.

Public Member Functions

 __construct ()
 getModel ()
 setModel (Model $model)
 getView ()
 setView ($view)

Static Public Member Functions

static create ()

Private Attributes

 $model = null
 $view = null

Detailed Description

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


Constructor & Destructor Documentation

ModelAndView::__construct (  ) 

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


Member Function Documentation

static ModelAndView::create (  )  [static]

ModelAndView::getModel (  ) 

Definition at line 32 of file ModelAndView.class.php.

ModelAndView::setModel ( Model model  ) 

Definition at line 37 of file ModelAndView.class.php.

References $model.

ModelAndView::getView (  ) 

Definition at line 44 of file ModelAndView.class.php.

ModelAndView::setView ( view  ) 

Definition at line 49 of file ModelAndView.class.php.

References $view, and Assert::isTrue().

Here is the call graph for this function:


Member Data Documentation

ModelAndView::$model = null [private]

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

Referenced by setModel().

ModelAndView::$view = null [private]

Definition at line 20 of file ModelAndView.class.php.

Referenced by setView().


The documentation for this class was generated from the following file:

generated by doxygen-1.5.1
for onPHP at Mon Jan 8 11:43:30 2007