Definition at line 842 of file Xml.php.
◆ __construct()
◆ addOption()
XmlSelect::addOption |
( |
|
$name, |
|
|
|
$value = false |
|
) |
| |
- Parameters
-
Definition at line 892 of file Xml.php.
◆ addOptions()
XmlSelect::addOptions |
( |
|
$options | ) |
|
This accepts an array of form label => value label => ( label => value, label => value )
- Parameters
-
Definition at line 906 of file Xml.php.
◆ formatOptions()
static XmlSelect::formatOptions |
( |
|
$options, |
|
|
|
$default = false |
|
) |
| |
|
static |
This accepts an array of form label => value label => ( label => value, label => value )
- Parameters
-
- Returns
- string
Definition at line 919 of file Xml.php.
◆ getAttribute()
XmlSelect::getAttribute |
( |
|
$name | ) |
|
- Parameters
-
- Returns
- array|null
Definition at line 880 of file Xml.php.
◆ getHTML()
- Returns
- string
Definition at line 937 of file Xml.php.
◆ setAttribute()
XmlSelect::setAttribute |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
- Parameters
-
Definition at line 872 of file Xml.php.
◆ setDefault()
XmlSelect::setDefault |
( |
|
$default | ) |
|
- Parameters
-
Definition at line 864 of file Xml.php.
◆ $attributes
XmlSelect::$attributes = array() |
|
protected |
◆ $default
XmlSelect::$default = false |
|
protected |
◆ $options
XmlSelect::$options = array() |
|
protected |
The documentation for this class was generated from the following file: