PHP Class Gregwar\Formidable\Fields\DateField

Author: GrĂ©goire Passault ([email protected])
Inheritance: extends Field
Show file Open project: gregwar/formidable

Protected Properties

Property Type Description
$fields Sub-field
$pushSave Push save

Public Methods

Method Description
__sleep ( )
check ( )
getHtml ( )
getValue ( )
push ( $var, $value = null )
setValue ( $value, $default = false )

Protected Methods

Method Description
buildOptions ( &$select, $range )
createSelect ( $name, $options )
generate ( )
proxyPush ( $target )

Method Details

__sleep() public method

public __sleep ( )

buildOptions() protected method

protected buildOptions ( &$select, $range )

check() public method

public check ( )

createSelect() protected method

protected createSelect ( $name, $options )

generate() protected method

protected generate ( )

getHtml() public method

public getHtml ( )

getValue() public method

public getValue ( )

proxyPush() protected method

protected proxyPush ( $target )

push() public method

public push ( $var, $value = null )

setValue() public method

public setValue ( $value, $default = false )

Property Details

$fields protected property

Sub-field
protected $fields

$pushSave protected property

Push save
protected $pushSave