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;
    }