PHP Class Habari\AdminPluginsHandler

Inheritance: extends AdminHandler
Show file Open project: habari/system

Public Methods

Method Description
get_plugin_toggle ( ) Handles plugin activation or deactivation.
get_plugins ( ) Display the plugin administration page
post_plugins ( ) A POST handler for the admin plugins page that simply passes those options through.

Protected Methods

Method Description
compare_names ( $a, $b ) * Compare function for uasort()

Method Details

compare_names() protected method

* Compare function for uasort()
protected compare_names ( $a, $b )
$a The first element to compare
$b The second element to compare

get_plugin_toggle() public method

Handles plugin activation or deactivation.
public get_plugin_toggle ( )

get_plugins() public method

Display the plugin administration page
public get_plugins ( )

post_plugins() public method

A POST handler for the admin plugins page that simply passes those options through.
public post_plugins ( )