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

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

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

Свойство Тип Описание
$logger WC_Connect_Logger
$namespace string Endpoint namespace.
$rest_base string Route base.

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

Метод Описание
__construct ( WC_Connect_Logger $logger )
register_routes ( ) Register the routes for order notes.
update_items ( $request ) Attempts to update the settings on a particular service and instance
update_items_permissions_check ( $request ) Validate the requestor's permissions

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

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

public __construct ( WC_Connect_Logger $logger )
$logger WC_Connect_Logger

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

Register the routes for order notes.
public register_routes ( )

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

Attempts to update the settings on a particular service and instance
public update_items ( $request )

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

Validate the requestor's permissions
public update_items_permissions_check ( $request )

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

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

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

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

Endpoint namespace.
protected string $namespace
Результат string

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

Route base.
protected string $rest_base
Результат string