Elgg\Ajax\Response::setTtl PHP Method

setTtl() public method

public setTtl ( $ttl )
    public function setTtl($ttl = 0)
    {
        $this->ttl = (int) max($ttl, 0);
        return $this;
    }