Class

FormFieldMailEditor

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: 2018 06 03 Since: PHPBoost 2.0 - 2009 04 28 Contributor: Arnaud GENET elenwii@phpboost.com Located at: builder/form/field/FormFieldMailEditor.class.php

This class manage a mail address.

AbstractFormField implements FormField
Extended by FormFieldTextEditor
Extended by FormFieldMailEditor
Methods summary
public
# __construct( string $id, string $label, string $value, array $field_options = array(), array $constraints = array() )

Constructs a FormFieldMailEditor.

public string
# display( )
protected
# compute_options( array & $field_options )
public true
# is_multiple( )

Tells whether the field is multiple

public
# set_multiple( boolean $multiple )

Changes the fact that the field is multiple or not.

Properties summary
protected string $type
# 'email'