PHP 클래스 Jetpack_Automatic_Install_Skin, jetpack

In order to update the plugin.
상속: extends Automatic_Upgrader_Skin
파일 보기 프로젝트 열기: automattic/jetpack

보호된 프로퍼티들

프로퍼티 타입 설명
$main_error_code Stores the last error key;
$main_error_message Stores the last error message.

공개 메소드들

메소드 설명
error ( $error ) Overwrites the error function
feedback ( $data ) Overwrites the feedback function
get_main_error_code ( )
get_main_error_message ( )
set_upgrader ( WP_Upgrader &$upgrader ) Overwrites the set_upgrader to be able to tell if we e ven have the ability to write to the files.

비공개 메소드들

메소드 설명
set_main_error_code ( $code )
set_main_error_message ( $message, $code )

메소드 상세

error() 공개 메소드

Overwrites the error function
public error ( $error )

feedback() 공개 메소드

Overwrites the feedback function
public feedback ( $data )

get_main_error_code() 공개 메소드

public get_main_error_code ( )

get_main_error_message() 공개 메소드

set_upgrader() 공개 메소드

Overwrites the set_upgrader to be able to tell if we e ven have the ability to write to the files.
public set_upgrader ( WP_Upgrader &$upgrader )
$upgrader WP_Upgrader

프로퍼티 상세

$main_error_code 보호되어 있는 프로퍼티

Stores the last error key;
protected $main_error_code

$main_error_message 보호되어 있는 프로퍼티

Stores the last error message.
protected $main_error_message