PHP Класс WC_Connect_Help_View, woocommerce-connect-client

Показать файл Открыть проект

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

Свойство Тип Описание
$fieldsets
$logger WC_Connect_Logger
$service_schemas_store WC_Connect_Service_Schemas_Store
$service_settings_store WC_Connect_Service_Settings_Store

Открытые методы

Метод Описание
__construct ( WC_Connect_Service_Schemas_Store $service_schemas_store, WC_Connect_Service_Settings_Store $service_settings_store, WC_Connect_Logger $logger )
page ( ) Localizes the bootstrap, enqueues the script and styles for the help page
status_tabs ( array $tabs ) : array Filters the WooCommerce System Status Tabs to add connect

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

Метод Описание
add_fieldset ( $section_slug, $title, $items )
build_indicator ( $id, $icon, $class, $message, $last_updated )
get_debug_items ( )
get_debug_log_data ( ) Gets the last 10 lines from the Connect for WooCommerce log, if it exists
get_form_data ( ) : array Returns the data bootstrap for the help page
get_form_layout ( ) : array Returns the form layout array for the entire help page Iterates over $this->fieldsets to build the form layout
get_form_schema ( ) : object Returns the form schema object for the entire help page
get_health_items ( )
get_indicator_schema ( )
get_services_items ( )
get_support_items ( )

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

__construct() публичный Метод

public __construct ( WC_Connect_Service_Schemas_Store $service_schemas_store, WC_Connect_Service_Settings_Store $service_settings_store, WC_Connect_Logger $logger )
$service_schemas_store WC_Connect_Service_Schemas_Store
$service_settings_store WC_Connect_Service_Settings_Store
$logger WC_Connect_Logger

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

protected add_fieldset ( $section_slug, $title, $items )

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

protected build_indicator ( $id, $icon, $class, $message, $last_updated )

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

protected get_debug_items ( )

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

Gets the last 10 lines from the Connect for WooCommerce log, if it exists
protected get_debug_log_data ( )

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

Returns the data bootstrap for the help page
protected get_form_data ( ) : array
Результат array

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

Returns the form layout array for the entire help page Iterates over $this->fieldsets to build the form layout
protected get_form_layout ( ) : array
Результат array

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

Returns the form schema object for the entire help page
protected get_form_schema ( ) : object
Результат object

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

protected get_health_items ( )

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

protected get_indicator_schema ( )

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

protected get_services_items ( )

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

protected get_support_items ( )

page() публичный Метод

Localizes the bootstrap, enqueues the script and styles for the help page
public page ( )

status_tabs() публичный Метод

Filters the WooCommerce System Status Tabs to add connect
public status_tabs ( array $tabs ) : array
$tabs array
Результат array

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

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

protected $fieldsets

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

protected WC_Connect_Logger $logger
Результат WC_Connect_Logger

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

protected WC_Connect_Service_Schemas_Store $service_schemas_store
Результат WC_Connect_Service_Schemas_Store

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

protected WC_Connect_Service_Settings_Store $service_settings_store
Результат WC_Connect_Service_Settings_Store