Class

FormFieldSimpleSelectChoice

Package: Builder\Form\field Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Regis VIARRE crowkait@phpboost.com Version: PHPBoost 5.2 - last update: 2017 03 10 Since: PHPBoost 2.0 - 2009 04 28 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Contributor: mipel mipel@phpboost.com Located at: builder/form/field/FormFieldSimpleSelectChoice.class.php

This class manage select fields. It provides you additionnal field options :

  • multiple : Type of select field, mutiple allow you to check several options.
AbstractFormField implements FormField
Extended by AbstractFormFieldChoice
Extended by FormFieldSimpleSelectChoice
Methods summary
public
# __construct( string $id, string $label, mixed $value, array $options, array $field_options = array(), array $constraints = array() )

Constructs a FormFieldSimpleSelectChoice.

public string
# display( )
protected
protected
protected Template
protected