ScriptFUSION\Porter\Net\Http\HttpConnector::getTries PHP 메소드

getTries() 공개 메소드

Gets the maximum number of fetch attempts
public getTries ( ) : integer
리턴 integer
    public function getTries()
    {
        return $this->tries;
    }