Свойство | Тип | Описание | |
---|---|---|---|
$apiBase | string | ||
$apiKey | string | ||
$apiVersion | string |
Метод | Описание | |
---|---|---|
getApiBase ( ) : string | get the API base URL | |
getApiKey ( ) : string | get the API key | |
getApiVersion ( ) : string | get the API version | |
setApiBase ( string $apiBase ) | set the API base URL | |
setApiKey ( string $apiKey ) | set the API key | |
setApiVersion ( $apiVersion ) | set the API version |
public static getApiBase ( ) : string | ||
Результат | string |
public static getApiVersion ( ) : string | ||
Результат | string |
public static setApiBase ( string $apiBase ) | ||
$apiBase | string |
public static setApiVersion ( $apiVersion ) | ||
$apiVersion |