PHP Class Gregwar\Formidable\Fields\DateField

Author: Grégoire Passault ([email protected])
Inheritance: extends Field
Afficher le fichier Open project: gregwar/formidable

Protected Properties

Свойство Type Description
$fields Sub-field
$pushSave Push save

Méthodes publiques

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

Méthodes protégées

Méthode Description
buildOptions ( &$select, $range )
createSelect ( $name, $options )
generate ( )
proxyPush ( $target )

Method Details

__sleep() public méthode

public __sleep ( )

buildOptions() protected méthode

protected buildOptions ( &$select, $range )

check() public méthode

public check ( )

createSelect() protected méthode

protected createSelect ( $name, $options )

generate() protected méthode

protected generate ( )

getHtml() public méthode

public getHtml ( )

getValue() public méthode

public getValue ( )

proxyPush() protected méthode

protected proxyPush ( $target )

push() public méthode

public push ( $var, $value = null )

setValue() public méthode

public setValue ( $value, $default = false )

Property Details

$fields protected_oe property

Sub-field
protected $fields

$pushSave protected_oe property

Push save
protected $pushSave