Method |
Description |
|
__call ( string $method, array $arguments ) : Field | null |
Generate a Field object and add to form builder if Field exists. |
|
__construct ( array $data = [] ) |
Form constructor. |
|
__toString ( ) : string |
Output as string. |
|
action ( string $action ) |
Action uri of the form. |
|
attribute ( string | array $attr, string $value = '' ) |
Add form attributes. |
|
findFieldClass ( string $method ) : boolean | string |
Find field class with given name. |
|
formatAttribute ( array $attributes = [] ) : string |
Format form attributes form array to html. |
|
hasFile ( ) : boolean |
Determine if form fields has files. |
|
method ( string $method = 'POST' ) |
Method of the form. |
|
render ( ) : string |
Render the form. |
|