Public Member Functions | |
run (Prototyped $subject, Form $form, HttpRequest $request) | |
| |
Static Public Member Functions | |
static | create () |
| |
Protected Member Functions | |
daoMethod () |
Definition at line 16 of file SaveCommand.class.php.
static SaveCommand::create | ( | ) | [static] |
Definition at line 21 of file SaveCommand.class.php.
Referenced by MonolithicController::doSave().
SaveCommand::run | ( | Prototyped $ | subject, | |
Form $ | form, | |||
HttpRequest $ | request | |||
) |
Reimplemented from TakeCommand.
Definition at line 29 of file SaveCommand.class.php.
References ClassUtils::copyProperties(), and FormUtils::form2object().
SaveCommand::daoMethod | ( | ) | [protected] |