Public Member Functions | |
__construct (Prototyped $subject) | |
handleRequest (HttpRequest $request) | |
doImport (Prototyped $subject, Form $form, HttpRequest $request) | |
doDrop (Prototyped $subject, Form $form, HttpRequest $request) | |
doSave (Prototyped $subject, Form $form, HttpRequest $request) | |
doEdit (Prototyped $subject, Form $form, HttpRequest $request) | |
doAdd (Prototyped $subject, Form $form, HttpRequest $request) |
Definition at line 15 of file MonolithicController.class.php.
MonolithicController::__construct | ( | Prototyped $ | subject | ) |
Reimplemented from BaseEditor.
Definition at line 17 of file MonolithicController.class.php.
MonolithicController::doAdd | ( | Prototyped $ | subject, | |
Form $ | form, | |||
HttpRequest $ | request | |||
) |
Definition at line 93 of file MonolithicController.class.php.
References AddCommand::create().
MonolithicController::doDrop | ( | Prototyped $ | subject, | |
Form $ | form, | |||
HttpRequest $ | request | |||
) |
Definition at line 63 of file MonolithicController.class.php.
References DropCommand::create().
MonolithicController::doEdit | ( | Prototyped $ | subject, | |
Form $ | form, | |||
HttpRequest $ | request | |||
) |
Definition at line 83 of file MonolithicController.class.php.
References EditCommand::create().
MonolithicController::doImport | ( | Prototyped $ | subject, | |
Form $ | form, | |||
HttpRequest $ | request | |||
) |
Definition at line 53 of file MonolithicController.class.php.
References ImportCommand::create().
MonolithicController::doSave | ( | Prototyped $ | subject, | |
Form $ | form, | |||
HttpRequest $ | request | |||
) |
Definition at line 73 of file MonolithicController.class.php.
References SaveCommand::create().
MonolithicController::handleRequest | ( | HttpRequest $ | request | ) |
Implements Controller.
Definition at line 31 of file MonolithicController.class.php.
References ModelAndView::create(), BaseEditor::getForm(), and BaseEditor::postHandleRequest().