Input
in
Tags
Table of Contents
Methods
- getValue() : string
- Returns the value of an input field.
- setValue() : mixed
- Sets the value of the input field.
Methods
getValue()
Returns the value of an input field.
public
getValue() : string
Return values
string —$value
setValue()
Sets the value of the input field.
public
setValue(string $value) : mixed
Parameters
- $value : string
-
return value