Elgg\Ajax\Response::setTtl PHP 메소드

setTtl() 공개 메소드

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