Public Member Functions | |
| __construct (Form $form) | |
| getForm () | |
| |
| setDefaultType (RequestType $type) | |
| |
| addSource ($primitiveName, RequestType $type) | |
| |
| importOne ($name, HttpRequest $request) | |
| import (HttpRequest $request) | |
Static Public Member Functions | |
| static | create (Form $form) |
| |
Private Member Functions | |
| checkExistence ($name) | |
Private Attributes | |
| $form = null | |
| $type = null | |
| $map = array() | |
Definition at line 16 of file MappedForm.class.php.
| MappedForm::__construct | ( | Form $ | form | ) |
Definition at line 31 of file MappedForm.class.php.
| static MappedForm::create | ( | Form $ | form | ) | [static] |
Definition at line 26 of file MappedForm.class.php.
Referenced by PrototypedEditor::__construct(), and BaseEditor::__construct().
| MappedForm::getForm | ( | ) |
| MappedForm::setDefaultType | ( | RequestType $ | type | ) |
| MappedForm::addSource | ( | $ | primitiveName, | |
| RequestType $ | type | |||
| ) |
Definition at line 57 of file MappedForm.class.php.
References checkExistence().

| MappedForm::importOne | ( | $ | name, | |
| HttpRequest $ | request | |||
| ) |
Definition at line 66 of file MappedForm.class.php.
References $type, checkExistence(), and HttpRequest::getByType().
Referenced by import().

| MappedForm::import | ( | HttpRequest $ | request | ) |
Definition at line 90 of file MappedForm.class.php.
References importOne().

| MappedForm::checkExistence | ( | $ | name | ) | [private] |
MappedForm::$form = null [private] |
Definition at line 18 of file MappedForm.class.php.
MappedForm::$type = null [private] |
MappedForm::$map = array() [private] |
Definition at line 21 of file MappedForm.class.php.
1.5.4