PHP Class Apple_Actions\API_Action

Inheritance: extends Action
Afficher le fichier Open project: alleyinteractive/apple-news Class Usage Examples

Méthodes publiques

Méthode Description
set_api ( API $api ) Set the instance of the API class.

Méthodes protégées

Méthode Description
get_api ( ) : API Get the instance of the API class.
is_api_configuration_valid ( ) : boolean Check if the API configuration is valid.

Private Methods

Méthode Description
fetch_credentials ( ) : Apple_Push_API\Credentials Fetch the current API credentials.

Method Details

get_api() protected méthode

Get the instance of the API class.
protected get_api ( ) : API
Résultat Apple_Push_API\API

is_api_configuration_valid() protected méthode

Check if the API configuration is valid.
protected is_api_configuration_valid ( ) : boolean
Résultat boolean

set_api() public méthode

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