Public Member Functions | |
getChoiceValue () | |
getActualChoiceValue () | |
setDefault ($default) | |
import ($scope) | |
clean () | |
exportValue () | |
Private Attributes | |
$selected = array() |
Definition at line 15 of file PrimitiveMultiList.class.php.
PrimitiveMultiList::clean | ( | ) |
Definition at line 91 of file PrimitiveMultiList.class.php.
PrimitiveMultiList::exportValue | ( | ) |
Definition at line 98 of file PrimitiveMultiList.class.php.
PrimitiveMultiList::getActualChoiceValue | ( | ) |
Reimplemented from PrimitiveList.
Definition at line 24 of file PrimitiveMultiList.class.php.
PrimitiveMultiList::getChoiceValue | ( | ) |
Reimplemented from PrimitiveList.
Definition at line 19 of file PrimitiveMultiList.class.php.
PrimitiveMultiList::import | ( | $ | scope | ) |
Reimplemented from PrimitiveList.
Definition at line 53 of file PrimitiveMultiList.class.php.
References BasePrimitive::$value, and BasePrimitive::import().
PrimitiveMultiList::setDefault | ( | $ | default | ) |
Reimplemented from PrimitiveList.
Definition at line 43 of file PrimitiveMultiList.class.php.
References BasePrimitive::$default, Assert::isArray(), and Assert::isTrue().
PrimitiveMultiList::$selected = array() [private] |
Definition at line 17 of file PrimitiveMultiList.class.php.