Public Member Functions | |
getChoiceValue () | |
getActualChoiceValue () | |
setDefault ($default) | |
| |
import ($scope) | |
clean () | |
| |
Private Attributes | |
$selected = array() |
Definition at line 16 of file PrimitiveMultiList.class.php.
PrimitiveMultiList::getChoiceValue | ( | ) |
PrimitiveMultiList::getActualChoiceValue | ( | ) |
Reimplemented from PrimitiveList.
Definition at line 25 of file PrimitiveMultiList.class.php.
References $out.
PrimitiveMultiList::setDefault | ( | $ | default | ) |
Reimplemented from PrimitiveList.
Definition at line 44 of file PrimitiveMultiList.class.php.
References BasePrimitive::$default, and Assert::isTrue().
PrimitiveMultiList::import | ( | $ | scope | ) |
Reimplemented from PrimitiveList.
Definition at line 54 of file PrimitiveMultiList.class.php.
References BasePrimitive::$value, and BasePrimitive::import().
PrimitiveMultiList::clean | ( | ) |
Reimplemented from BasePrimitive.
Definition at line 92 of file PrimitiveMultiList.class.php.
PrimitiveMultiList::$selected = array() [private] |
Definition at line 18 of file PrimitiveMultiList.class.php.