PHP Class Habari\FormControlTree

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

Public Properties

Property Type Description
$outpre

Public Methods

Method Description
_extend ( ) Add some default properties to this control
get ( Theme $theme ) : string Produce the control for display
pre_out ( ) : string Return the HTML/script required for this control. Do it only once.
process ( )

Method Details

_extend() public method

Add some default properties to this control
public _extend ( )

get() public method

Produce the control for display
public get ( Theme $theme ) : string
$theme Theme The theme that will be used to render the template
return string The output of the template

pre_out() public method

Return the HTML/script required for this control. Do it only once.
public pre_out ( ) : string
return string The HTML/javascript required for this control.

process() public method

public process ( )

Property Details

$outpre public static property

public static $outpre