PHP Класс Apple_Actions\API_Action

Наследование: extends Action
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
set_api ( API $api ) Set the instance of the API class.

Защищенные методы

Метод Описание
get_api ( ) : API Get the instance of the API class.
is_api_configuration_valid ( ) : boolean Check if the API configuration is valid.

Приватные методы

Метод Описание
fetch_credentials ( ) : Apple_Push_API\Credentials Fetch the current API credentials.

Описание методов

get_api() защищенный метод

Get the instance of the API class.
protected get_api ( ) : API
Результат Apple_Push_API\API

is_api_configuration_valid() защищенный метод

Check if the API configuration is valid.
protected is_api_configuration_valid ( ) : boolean
Результат boolean

set_api() публичный метод

Set the instance of the API class.
public set_api ( API $api )
$api Apple_Push_API\API