PHP Class Jetpack_Automatic_Install_Skin, jetpack

In order to update the plugin.
Inheritance: extends Automatic_Upgrader_Skin
ファイルを表示 Open project: automattic/jetpack

Protected Properties

Property Type Description
$main_error_code Stores the last error key;
$main_error_message Stores the last error message.

Public Methods

Method Description
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.

Private Methods

Method Description
set_main_error_code ( $code )
set_main_error_message ( $message, $code )

Method Details

error() public method

Overwrites the error function
public error ( $error )

feedback() public method

Overwrites the feedback function
public feedback ( $data )

get_main_error_code() public method

public get_main_error_code ( )

get_main_error_message() public method

set_upgrader() public method

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

Property Details

$main_error_code protected_oe property

Stores the last error key;
protected $main_error_code

$main_error_message protected_oe property

Stores the last error message.
protected $main_error_message