PHP Class Gregwar\Formidable\Fields\Multiple

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

Protected Properties

Свойство Type Description
$forms Internal forms
$maxEntries
$minEntries Entries constraints
$parserData Parser data of the internal form

Méthodes publiques

Méthode Description
__sleep ( )
check ( )
checkForms ( )
getHtml ( )
getMappingValue ( )
getValue ( )
needJs ( )
push ( $name, $value = null )
setParserData ( Gregwar\Formidable\ParserData $parserData )
setValue ( $value, $default = false )
setValues ( $values, array $files )

Méthodes protégées

Méthode Description
getForm ( $index )
getHtmlOfForm ( Form $form, $index )

Method Details

__sleep() public méthode

public __sleep ( )

check() public méthode

public check ( )

checkForms() public méthode

public checkForms ( )

getForm() protected méthode

protected getForm ( $index )

getHtml() public méthode

public getHtml ( )

getHtmlOfForm() protected méthode

protected getHtmlOfForm ( Form $form, $index )
$form Gregwar\Formidable\Form

getMappingValue() public méthode

public getMappingValue ( )

getValue() public méthode

public getValue ( )

needJs() public méthode

public needJs ( )

push() public méthode

public push ( $name, $value = null )

setParserData() public méthode

public setParserData ( Gregwar\Formidable\ParserData $parserData )
$parserData Gregwar\Formidable\ParserData

setValue() public méthode

public setValue ( $value, $default = false )

setValues() public méthode

public setValues ( $values, array $files )
$files array

Property Details

$forms protected_oe property

Internal forms
protected $forms

$maxEntries protected_oe property

protected $maxEntries

$minEntries protected_oe property

Entries constraints
protected $minEntries

$parserData protected_oe property

Parser data of the internal form
protected $parserData