ScriptFUSION\Porter\Net\Http\HttpConnector::getTries PHP Méthode

getTries() public méthode

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