PHP Класс Jetpack_JSON_API_Themes_Endpoint, jetpack

Наследование: extends Jetpack_JSON_API_Endpoint
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_response_format

Защищенные свойства (Protected)

Свойство Тип Описание
$bulk
$current_theme_id
$log
$themes

Защищенные методы

Метод Описание
check_query_args ( ) : boolean | WP_Error Checks the query_args our collection endpoint was passed to ensure that it's in the proper bounds.
format_theme ( object $theme ) : array Format a theme for the public API
get_themes ( ) : array Format a list of themes for public display, using the supplied offset and limit args
result ( )
validate_input ( $theme ) : boolean Walks through either the submitted theme or list of themes and creates the global array
validate_themes ( ) : boolean | WP_Error Walks through submitted themes to make sure they are valid

Описание методов

check_query_args() защищенный Метод

Checks the query_args our collection endpoint was passed to ensure that it's in the proper bounds.
protected check_query_args ( ) : boolean | WP_Error
Результат boolean | WP_Error a WP_Error object if the args are out of bounds, true if things are good.

format_theme() защищенный Метод

Format a theme for the public API
protected format_theme ( object $theme ) : array
$theme object WP_Theme object
Результат array Named array of theme info used by the API

get_themes() защищенный Метод

Format a list of themes for public display, using the supplied offset and limit args
protected get_themes ( ) : array
Результат array Public API theme objects

result() защищенный Метод

protected result ( )

validate_input() защищенный Метод

Walks through either the submitted theme or list of themes and creates the global array
protected validate_input ( $theme ) : boolean
$theme
Результат boolean

validate_themes() защищенный Метод

Walks through submitted themes to make sure they are valid
protected validate_themes ( ) : boolean | WP_Error
Результат boolean | WP_Error

Описание свойств

$_response_format статическое публичное свойство

static public $_response_format

$bulk защищенное свойство

protected $bulk

$current_theme_id защищенное свойство

protected $current_theme_id

$log защищенное свойство

protected $log

$themes защищенное свойство

protected $themes