Public Member Functions | |
__construct () | |
getModel () | |
setModel (Model $model) | |
getView () | |
setView ($view) | |
viewIsRedirect () | |
viewIsNormal () | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$model = null | |
$view = null |
Definition at line 15 of file ModelAndView.class.php.
ModelAndView::__construct | ( | ) |
Definition at line 29 of file ModelAndView.class.php.
static ModelAndView::create | ( | ) | [static] |
Definition at line 24 of file ModelAndView.class.php.
Referenced by ControllersCollection::__construct(), PrototypedEditor::doAdd(), PrototypedEditor::doDrop(), PrototypedEditor::doEdit(), PrototypedEditor::doSave(), PrototypedEditor::doTake(), DebugUtils::errorMav(), MonolithicController::handleRequest(), MethodMappedController::handleRequest(), and EditorController::handleRequest().
ModelAndView::getModel | ( | ) |
Definition at line 37 of file ModelAndView.class.php.
Referenced by BaseEditor::postHandleRequest().
ModelAndView::getView | ( | ) |
Definition at line 52 of file ModelAndView.class.php.
Referenced by BaseEditor::postHandleRequest().
ModelAndView::setModel | ( | Model $ | model | ) |
Definition at line 45 of file ModelAndView.class.php.
ModelAndView::setView | ( | $ | view | ) |
Definition at line 60 of file ModelAndView.class.php.
References $view, and Assert::isTrue().
Referenced by BaseEditor::postHandleRequest().
ModelAndView::viewIsNormal | ( | ) |
Definition at line 82 of file ModelAndView.class.php.
References View::ERROR_VIEW, and viewIsRedirect().
ModelAndView::viewIsRedirect | ( | ) |
Definition at line 72 of file ModelAndView.class.php.
Referenced by viewIsNormal().
ModelAndView::$model = null [private] |
Definition at line 17 of file ModelAndView.class.php.
ModelAndView::$view = null [private] |
Definition at line 19 of file ModelAndView.class.php.
Referenced by setView().