public self
delete ( string $name )
Deletes a form data item if exists.
public bool
exists ( string $name )
Returns information whether a form data item with the name specified exists.
Returns a form data item or null if not found.
Returns a file data item or null if not found.
Returns a list of all form data items.
public string|null
getValue ( string $name )
Returns a form data item value or null if not found.
public
BearFramework\App\Request\FormDataItem make ( [ string|null $name [, string|null $value ]] )
Constructs a new form data item and returns it.