PHP 클래스 PluginEndpoints\Endpoint

파일 보기 프로젝트 열기: dannyvankooten/plugin-endpoints

공개 프로퍼티들

프로퍼티 타입 설명
$active_plugins Array of activated plugins for this endpoint
$url The (starting) string for this endpoint

공개 메소드들

메소드 설명
__construct ( string $url = '/', array $plugins = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( string $url = '/', array $plugins = [] )
$url string
$plugins array

프로퍼티 상세

$active_plugins 공개적으로 프로퍼티

Array of activated plugins for this endpoint
public $active_plugins

$url 공개적으로 프로퍼티

The (starting) string for this endpoint
public $url