Pingpp\Pingpp::getApiVersion PHP Метод

getApiVersion() публичный статический Метод

public static getApiVersion ( ) : string
Результат string The API version used for requests. null if we're using the latest version.
    public static function getApiVersion()
    {
        return self::$apiVersion;
    }