BearFramework\App\Request\FormData::make

Constructs a new form data item and returns it.
public BearFramework\App\Request\FormDataItem make ( [ string|null $name [, string|null $value ]] )
Parameters
name
The name of the form data item.
value
The value of the form data item.
Returns
Returns a new form data item.
Details
Location: ~/src/App/Request/FormData.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.