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 16 of file MonolithicController.class.php.
MonolithicController::__construct | ( | Prototyped $ | subject | ) |
Reimplemented from BaseEditor.
Definition at line 18 of file MonolithicController.class.php.
References doAdd(), doDrop(), doEdit(), doImport(), and doSave().
MonolithicController::handleRequest | ( | HttpRequest $ | request | ) |
Implements Controller.
Definition at line 32 of file MonolithicController.class.php.
References ModelAndView::create().
MonolithicController::doImport | ( | Prototyped $ | subject, | |
Form $ | form, | |||
HttpRequest $ | request | |||
) |
Definition at line 54 of file MonolithicController.class.php.
References ImportCommand::create().
Referenced by __construct().
MonolithicController::doDrop | ( | Prototyped $ | subject, | |
Form $ | form, | |||
HttpRequest $ | request | |||
) |
Definition at line 64 of file MonolithicController.class.php.
References DropCommand::create().
Referenced by __construct().
MonolithicController::doSave | ( | Prototyped $ | subject, | |
Form $ | form, | |||
HttpRequest $ | request | |||
) |
Definition at line 74 of file MonolithicController.class.php.
References SaveCommand::create().
Referenced by __construct().
MonolithicController::doEdit | ( | Prototyped $ | subject, | |
Form $ | form, | |||
HttpRequest $ | request | |||
) |
Definition at line 84 of file MonolithicController.class.php.
References EditCommand::create().
Referenced by __construct().
MonolithicController::doAdd | ( | Prototyped $ | subject, | |
Form $ | form, | |||
HttpRequest $ | request | |||
) |
Definition at line 94 of file MonolithicController.class.php.
References AddCommand::create().
Referenced by __construct().