Download the PHP package species/html-form without Composer
On this page you can find all versions of the php package species/html-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package html-form
Html Form
Install
Contract
Node
Node
getName(): string
getShortName(): string
getParent(): ?ParentNode
setParent(?ParentNode $parent): void
clone(): Node
LeafNode
+ Node
ParentNode
+ Node, NodeCollection
NodeCollection
+IteratorAggregate<Node>
+ArrayAccess<Node>
+Countable<Node>
Value
StringValue
getValue(): string
getDefaultValue(): string
getError(): ?string;
submit(string $value, array $context = []): mixed
reset(?string $newDefaultValue = null): void
ArrayValue
getValues(): array
getDefaultValues(): array
getError(): ?string;
getErrors(): array
submit(array $values, array $context = []): mixed
reset(?array $newDefaultValues = null): void
Form
Form
+ ArrayValue
+submit(array $values, array $context = []): bool
fields: FieldSet
FieldSet
+ ParentNode, ArrayValue
FieldList
+ ParentNode, ArrayValue
getPrototype(): (cloned) Node
Fields
InputField
+ LeafNode, StringValue
TYPES: [
'text', 'search', 'hidden', 'password',
'email', 'tel', 'url', 'number', 'range', 'color',
'date', 'time', 'datetime-local', 'week', 'month',
]
getType(): string
TextareaField
+ LeafNode, StringValue
CheckboxField
+ LeafNode, StringValue
isChecked(): bool
RadioFields
+ ParentNode, StringValue
getOptions(): string[]
RadioField
+ LeafNode, StringValue
isChecked(): bool
SelectField
+ LeafNode, StringValue
getOptions(): string[]
SelectMultipleField
+ LeafNode, ArrayValue
getOptions(): string[]
SubmitField
+ LeafNode, StringValue
isClicked(): bool
TODO
UploadField
+ LeafNode, StringValue
UploadMultipleField
+ LeafNode, ArrayValue
All versions of html-form with dependencies
PHP Build Version
Package Version
The package species/html-form contains the following files
Loading the files please wait ....