FluxBB\Web\Controller::getInput PHP Метод

getInput() защищенный Метод

Get the value of the input parameter with the given name.
protected getInput ( string $key ) : string
$key string
Результат string
    protected function getInput($key)
    {
        return array_get($this->input, $key);
    }