ScriptFUSION\Porter\Net\Http\HttpConnector::getTries PHP Method

getTries() public method

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