PHP 클래스 Habari\AdminPluginsHandler

상속: extends AdminHandler
파일 보기 프로젝트 열기: habari/system

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
compare_names ( $a, $b ) * Compare function for uasort()

메소드 상세

compare_names() 보호된 메소드

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

get_plugin_toggle() 공개 메소드

Handles plugin activation or deactivation.
public get_plugin_toggle ( )

get_plugins() 공개 메소드

Display the plugin administration page
public get_plugins ( )

post_plugins() 공개 메소드

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