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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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