PHP Class App\UIObjects\Form\FormCheckbox

Inheritance: extends Xpressengine\UIObject\AbstractUIObject
Datei anzeigen Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$box
$id
$template

Public Methods

Method Description
boot ( )
getSettingsURI ( )
render ( )

Protected Methods

Method Description
appendCheckbox ( $dom, $args ) : void appendCheckbox

Method Details

appendCheckbox() protected method

appendCheckbox
protected appendCheckbox ( $dom, $args ) : void
$dom
$args
return void

boot() public static method

public static boot ( )

getSettingsURI() public static method

public static getSettingsURI ( )

render() public method

public render ( )

Property Details

$box protected_oe property

protected $box

$id protected_oe static_oe property

protected static $id

$template protected_oe property

protected $template