PHP Class PluginEndpoints\Endpoint

ファイルを表示 Open project: dannyvankooten/plugin-endpoints

Public Properties

Property Type Description
$active_plugins Array of activated plugins for this endpoint
$url The (starting) string for this endpoint

Public Methods

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

Method Details

__construct() public method

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

Property Details

$active_plugins public_oe property

Array of activated plugins for this endpoint
public $active_plugins

$url public_oe property

The (starting) string for this endpoint
public $url