메소드 | 설명 | |
---|---|---|
__construct ( $vars ) | ||
renderActive ( Horde_Form_Renderer $renderer, Variables $vars, string $action, string $method = 'get', string $enctype = null, boolean $focus = true ) | Renders the form for editing. | |
validate ( Variables $vars, $canAutoFill = false ) : boolean | Validates the form, checking if it really has been submitted by calling isSubmitted() and if true does any onSubmit() calls for variable types in the form. The _submitted variable is then rechecked. |
메소드 | 설명 | |
---|---|---|
_addParameters ( $vars ) | ||
_buildTypeClassname ( string $dataType ) : string | Helper method to build either h3 style class names as seen in Horde_Form_Type_ccc or autoloadable class names used in Sesha |
protected _buildTypeClassname ( string $dataType ) : string | ||
$dataType | string | The type identifier to turn into a class name |
리턴 | string | A class name or an empty string |
public renderActive ( Horde_Form_Renderer $renderer, Variables $vars, string $action, string $method = 'get', string $enctype = null, boolean $focus = true ) | ||
$renderer | Horde_Form_Renderer | A renderer instance, optional since Horde 3.2. |
$vars | Variables | A Variables instance, optional since Horde 3.2. |
$action | string | The form action (url). |
$method | string | The form method, usually either 'get' or 'post'. |
$enctype | string | The form encoding type. Determined automatically if null. |
$focus | boolean | Focus the first form field? |