PHP 클래스 Fragen\GitHub_Updater\Rest_Upgrader_Skin

Extends WP_Upgrader_Skin and collects outputed messages for later processing, rather than printing them out.
상속: extends WP_Upgrader_Skin
파일 보기 프로젝트 열기: afragen/github-updater

공개 프로퍼티들

프로퍼티 타입 설명
$error
$messages

공개 메소드들

메소드 설명
error ( $errors ) Set the error flag to true, then let the base class handle the rest.
feedback ( string $string ) Overrides the feedback method.
footer ( ) Do nothing.
header ( ) Do nothing.

보호된 메소드들

메소드 설명
decrement_update_count ( $type ) Do nothing.

메소드 상세

decrement_update_count() 보호된 메소드

Do nothing.
protected decrement_update_count ( $type )
$type

error() 공개 메소드

Set the error flag to true, then let the base class handle the rest.
public error ( $errors )
$errors

feedback() 공개 메소드

Adds the feedback string to the messages array.
public feedback ( string $string )
$string string

header() 공개 메소드

Do nothing.
public header ( )

프로퍼티 상세

$error 공개적으로 프로퍼티

public $error

$messages 공개적으로 프로퍼티

public $messages