PHP Interface Mlp_Redirect_Settings_Data_Interface

Author: Inpsyde GmbH, toscho
Show file Open project: inpsyde/multilingual-press Interface Usage Examples

Public Methods

Method Description
get_checkbox_name ( ) : string Name attribute for the view's checkbox.
get_current_option_value ( ) : integer
save ( array $data ) : boolean Validate and save user input

Method Details

get_checkbox_name() public method

Name attribute for the view's checkbox.
public get_checkbox_name ( ) : string
return string

get_current_option_value() public method

save() public method

Validate and save user input
public save ( array $data ) : boolean
$data array User input
return boolean