Inheritance diagram for PhoneNumberField:
Definition at line 8 of file phonenumber-field.inc.php.
Public Member Functions | |
__construct ($name, Form &$parentForm, array $attribs=array()) | |
Constructor. | |
setData ($value) | |
Set the field data to the passed value. | |
getData () | |
Get the data from this field. | |
getSqlImpl () | |
Get SQL string of the data of this form. | |
Protected Attributes | |
$ext = false | |
Boolean flag indicating if an extention field should be used. |
|
Constructor.
Reimplemented from CollectionField. Definition at line 18 of file phonenumber-field.inc.php. References CollectionField::add(). |
|
Get the data from this field.
Reimplemented from CollectionField. Definition at line 55 of file phonenumber-field.inc.php. Referenced by getSqlImpl(). |
|
Get SQL string of the data of this form.
Reimplemented from CollectionField. Definition at line 69 of file phonenumber-field.inc.php. References getData(). |
|
Set the field data to the passed value.
Reimplemented from AbstractField. Definition at line 39 of file phonenumber-field.inc.php. |
|
Boolean flag indicating if an extention field should be used.
Definition at line 10 of file phonenumber-field.inc.php. |