PHP 클래스 Automattic\WP\Cron_Control\REST_API

상속: extends Singleton
파일 보기 프로젝트 열기: Automattic/vip-mu-plugins-public

공개 메소드들

메소드 설명
check_secret ( $request ) Check if request is authorized
get_events ( ) List events pending for the current period
rest_api_init ( ) Register API routes
run_event ( $request ) Execute a specific event

보호된 메소드들

메소드 설명
class_init ( ) Register hooks

메소드 상세

check_secret() 공개 메소드

Check if request is authorized
public check_secret ( $request )

class_init() 보호된 메소드

Register hooks
protected class_init ( )

get_events() 공개 메소드

List events pending for the current period
public get_events ( )

rest_api_init() 공개 메소드

Register API routes
public rest_api_init ( )

run_event() 공개 메소드

Execute a specific event
public run_event ( $request )