PHP Class Habari\AdminOptionsHandler

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

Public Methods

Method Description
__construct ( )
form_options_success ( FormUI $form ) Display a message when the site options are saved, and save those options
get_options ( ) Handles get requests from the options admin page
post_options ( ) Handles POST requests from the options admin page

Method Details

__construct() public method

public __construct ( )

form_options_success() public method

Display a message when the site options are saved, and save those options
public form_options_success ( FormUI $form )
$form FormUI The successfully submitted form

get_options() public method

Handles get requests from the options admin page
public get_options ( )

post_options() public method

Handles POST requests from the options admin page
public post_options ( )