Psr7Middlewares\Middleware\FormTimestamp::max PHP Метод

max() публичный Метод

Max time before expire the form.
public max ( integer $seconds ) : self
$seconds integer
Результат self
    public function max($seconds)
    {
        $this->max = $seconds;
        return $this;
    }