PHP Класс WC_Admin_Webhooks

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

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

Метод Описание
__construct ( ) Initialize the webhooks admin actions.
actions ( ) Webhooks admin actions.
get_logs_navigation ( integer $total, $webhook ) : string Get the logs navigation.
get_topic_data ( $webhook ) : array Get the webhook topic data.
logs_output ( WC_Webhook $webhook ) Logs output.
notices ( ) Notices.
page_output ( ) Page output.

Приватные методы

Метод Описание
bulk_actions ( ) Bulk actions.
bulk_trash ( array $webhooks, boolean $delete = false ) Bulk trash/delete.
bulk_untrash ( array $webhooks ) Bulk untrash.
create ( ) Create Webhook.
empty_trash ( ) Empty Trash.
is_webhook_settings_page ( ) : boolean Check if is webhook settings page.
save ( ) Save method.
table_list_output ( ) Table list output.
update_api_version ( WC_Webhook $webhook ) Update webhook api version.
update_delivery_url ( WC_Webhook $webhook ) Updated the Webhook delivery URL.
update_name ( integer $webhook_id ) Updated the Webhook name.
update_secret ( WC_Webhook $webhook ) Updated the Webhook secret.
update_status ( WC_Webhook $webhook ) Updated the Webhook status.
update_topic ( WC_Webhook $webhook ) Updated the Webhook topic.

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

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

Initialize the webhooks admin actions.
public __construct ( )

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

Webhooks admin actions.
public actions ( )

get_logs_navigation() публичный статический Метод

Get the logs navigation.
public static get_logs_navigation ( integer $total, $webhook ) : string
$total integer
Результат string

get_topic_data() публичный статический Метод

Get the webhook topic data.
public static get_topic_data ( $webhook ) : array
Результат array

logs_output() публичный статический Метод

Logs output.
public static logs_output ( WC_Webhook $webhook )
$webhook WC_Webhook

notices() публичный статический Метод

Notices.
public static notices ( )

page_output() публичный статический Метод

Page output.
public static page_output ( )