Public Member Functions | |
__construct ($name=false, $id=false, $default=false) | |
setDefault ($default) | |
setAttribute ($name, $value) | |
getAttribute ($name) | |
addOption ($name, $value=false) | |
addOptions ($options) | |
getHTML () | |
Static Public Member Functions | |
static | formatOptions ($options, $default=false) |
Protected Attributes | |
$options = array() | |
$default = false | |
$attributes = array() |
Definition at line 734 of file Xml.php.
XmlSelect::__construct | ( | $ | name = false , |
|
$ | id = false , |
|||
$ | default = false | |||
) |
XmlSelect::addOption | ( | $ | name, | |
$ | value = false | |||
) |
static XmlSelect::formatOptions | ( | $ | options, | |
$ | default = false | |||
) | [static] |
Definition at line 777 of file Xml.php.
References $default, $options, Xml::option(), and Xml::tags().
XmlSelect::getHTML | ( | ) |
XmlSelect::setAttribute | ( | $ | name, | |
$ | value | |||
) |
XmlSelect::$default = false [protected] |
Definition at line 736 of file Xml.php.
Referenced by __construct(), formatOptions(), and setDefault().
XmlSelect::$options = array() [protected] |