PHP 클래스 Apple_Actions\API_Action

상속: extends Action
파일 보기 프로젝트 열기: alleyinteractive/apple-news 1 사용 예제들

공개 메소드들

메소드 설명
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