Method |
Description |
|
__construct ( $parentPluginName ) |
|
|
fetch ( $args, $request ) |
Handle fetch requests for this plugin. |
|
getDescription ( ) |
|
|
getDisplayName ( ) |
|
|
getEnabled ( ) : boolean |
Get whether or not this plugin is enabled. (Should always return true, as the
parent plugin will take care of loading this one when needed) |
|
getHideManagement ( ) |
Hide this plugin from the management interface (it's subsidiary) |
|
getName ( ) : String |
Get the name of this plugin. The name must be unique within
its category. |
|
getPluginPath ( ) |
Override the builtin to get the correct plugin path. |
|
getTemplatePath ( $inCore = false ) |
|
|
getWebFeedPlugin ( ) : WebFeedPlugin |
Get the web feed plugin |
|