PHP Class Habari\FormControlData

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

Public Methods

Method Description
get ( Theme $theme ) : string This control shouldn't output anything
process ( ) This control's value should not be affected by what is submitted from the browser

Method Details

get() public method

This control shouldn't output anything
public get ( Theme $theme ) : string
$theme Theme
return string

process() public method

This control's value should not be affected by what is submitted from the browser
public process ( )