PHP Class Encore\Admin\Form\Field\SwitchField

Inheritance: extends Encore\Admin\Form\Field
Show file Open project: z-song/laravel-admin

Protected Properties

Property Type Description
$states

Public Methods

Method Description
__construct ( $column, $arguments = [] )
prepare ( $value )
render ( )
states ( $states = [] )

Protected Methods

Method Description
initStates ( )

Method Details

__construct() public method

public __construct ( $column, $arguments = [] )

initStates() protected method

protected initStates ( )

prepare() public method

public prepare ( $value )

render() public method

public render ( )

states() public method

public states ( $states = [] )

Property Details

$states protected property

protected $states