Autarky\Routing\ControllerTrait::getOldInput PHP Метод

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

Get old input flashed to the session.
protected getOldInput ( ) : array
Результат array
    protected function getOldInput()
    {
        return $this->getSession()->getFlashBag()->peek('_old_input', []);
    }