Inheritance diagram for IpAddressField:

Definition at line 8 of file ipaddress-field.inc.php.
Public Member Functions | |
| __construct ($name, Form &$parentForm, array $attribs=array()) | |
| Constructor. | |
| validate () | |
| Check the value for validity. | |
| getData () | |
| Get the data for the field. | |
| setData ($data) | |
| Set the data for the field. | |
| getSqlImpl () | |
| Get SQL string. | |
|
||||||||||||||||
|
Constructor.
Reimplemented from CollectionField. Definition at line 16 of file ipaddress-field.inc.php. |
|
|
Get the data for the field.
Reimplemented from CollectionField. Definition at line 53 of file ipaddress-field.inc.php. Referenced by getSqlImpl(). |
|
|
Get SQL string.
Reimplemented from CollectionField. Definition at line 96 of file ipaddress-field.inc.php. References getData(). |
|
|
Set the data for the field.
Reimplemented from AbstractField. Definition at line 70 of file ipaddress-field.inc.php. |
|
|
Check the value for validity.
Reimplemented from CollectionField. Definition at line 36 of file ipaddress-field.inc.php. References CollectionField::allFieldsHaveData(), and CollectionField::noFieldsHaveData(). |
1.3.9.1