PHP 클래스 WC_REST_Connect_Shipping_Label_Status_Controller, woocommerce-connect-client

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

보호된 프로퍼티들

프로퍼티 타입 설명
$api_client WC_Connect_API_Client
$logger WC_Connect_Logger
$namespace string Endpoint namespace.
$rest_base string Route base.
$settings_store WC_Connect_Service_Settings_Store

공개 메소드들

메소드 설명
__construct ( WC_Connect_API_Client $api_client, WC_Connect_Service_Settings_Store $settings_store, WC_Connect_Logger $logger )
get_item ( $request )
get_item_permissions_check ( $request ) Validate the requester's permissions
register_routes ( ) Register the routes for shipping labels printing.

메소드 상세

__construct() 공개 메소드

public __construct ( WC_Connect_API_Client $api_client, WC_Connect_Service_Settings_Store $settings_store, WC_Connect_Logger $logger )
$api_client WC_Connect_API_Client
$settings_store WC_Connect_Service_Settings_Store
$logger WC_Connect_Logger

get_item() 공개 메소드

public get_item ( $request )

get_item_permissions_check() 공개 메소드

Validate the requester's permissions
public get_item_permissions_check ( $request )

register_routes() 공개 메소드

Register the routes for shipping labels printing.
public register_routes ( )

프로퍼티 상세

$api_client 보호되어 있는 프로퍼티

protected WC_Connect_API_Client $api_client
리턴 WC_Connect_API_Client

$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

$settings_store 보호되어 있는 프로퍼티

protected WC_Connect_Service_Settings_Store $settings_store
리턴 WC_Connect_Service_Settings_Store