FluxBB\Web\Controller::setInput PHP Method

setInput() protected method

Explicitly set an input parameter to the given value.
protected setInput ( string $key, string $value ) : void
$key string
$value string
return void
    protected function setInput($key, $value)
    {
        $this->input[$key] = $value;
    }