Method |
Description |
|
button ( $value = null, $attributes = [] ) |
|
|
checkbox ( $name, $value = 1, $checked = false, $attributes = [] ) |
|
|
close ( ) |
|
|
date ( $name, $value = '', $attributes = [] ) |
|
|
email ( $name, $value = '', $attributes = [] ) |
|
|
file ( $name, $attributes = [] ) |
|
|
hidden ( $name, $value = '', $attributes = [] ) |
|
|
image ( $url, $name = null, $attributes = [] ) |
|
|
input ( $type, $name, $value = '', $attributes = [] ) |
|
|
number ( $name, $value = '', $attributes = [] ) |
|
|
open ( $action, $method = 'POST', $attributes = [] ) |
|
|
open_multipart ( $action, $attributes = [] ) |
|
|
password ( $name, $attributes = [] ) |
|
|
radio ( $name, $value = null, $checked = false, $attributes = [] ) |
|
|
reset ( $value = null, $attributes = [] ) |
|
|
search ( $name, $value = '', $attributes = [] ) |
|
|
select ( $name, $options = [], $selected = null, $attributes = [] ) |
|
|
submit ( $value = null, $attributes = [] ) |
|
|
telephone ( $name, $value = '', $attributes = [] ) |
|
|
text ( $name, $value = '', $attributes = [] ) |
|
|
textarea ( $name, $value = '', $attributes = [] ) |
|
|
url ( $name, $value = '', $attributes = [] ) |
|
|