PAGI\Node\Node::maxTotalTimeForInput PHP Метод

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

Configures the maximum time available for the user to enter valid input per attempt.
public maxTotalTimeForInput ( integer $milliseconds ) : Node
$milliseconds integer
Результат Node
    public function maxTotalTimeForInput($milliseconds)
    {
        $this->totalTimeForInput = $milliseconds;
        return $this;
    }