PHP 클래스 Papi_REST_API, papi

파일 보기 프로젝트 열기: wp-papi/papi

공개 메소드들

메소드 설명
__construct ( ) The constructor.
register_routes ( ) Register REST API routes.
rest_api_init ( ) REST API init callback.

보호된 메소드들

메소드 설명
load_files ( ) Load admin files that are not loaded by the autoload.
setup_actions ( ) Setup actions.

메소드 상세

__construct() 공개 메소드

The constructor.
public __construct ( )

load_files() 보호된 메소드

Load admin files that are not loaded by the autoload.
protected load_files ( )

register_routes() 공개 메소드

Register REST API routes.
public register_routes ( )

rest_api_init() 공개 메소드

REST API init callback.
public rest_api_init ( )

setup_actions() 보호된 메소드

Setup actions.
protected setup_actions ( )