PHP 클래스 WC_Connect_Help_View, woocommerce-connect-client

파일 보기 프로젝트 열기: Automattic/woocommerce-connect-client

보호된 프로퍼티들

프로퍼티 타입 설명
$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