FluxBB\Web\Controller::getInput PHP Method

getInput() protected method

Get the value of the input parameter with the given name.
protected getInput ( string $key ) : string
$key string
return string
    protected function getInput($key)
    {
        return array_get($this->input, $key);
    }