Public Member Functions | |
getChoiceValue () | |
getActualChoiceValue () | |
setDefault ($default) | |
getList () | |
setList ($list) | |
import ($scope) | |
Protected Attributes | |
$list = array() |
Definition at line 15 of file PrimitiveList.class.php.
PrimitiveList::getActualChoiceValue | ( | ) |
Implements ListedPrimitive.
Reimplemented in PrimitiveMultiList.
Definition at line 27 of file PrimitiveList.class.php.
PrimitiveList::getChoiceValue | ( | ) |
Implements ListedPrimitive.
Reimplemented in PrimitiveMultiList.
Definition at line 19 of file PrimitiveList.class.php.
PrimitiveList::getList | ( | ) |
Implements ListedPrimitive.
Definition at line 53 of file PrimitiveList.class.php.
PrimitiveList::import | ( | $ | scope | ) |
Reimplemented in PrimitiveMultiList.
Definition at line 68 of file PrimitiveList.class.php.
PrimitiveList::setDefault | ( | $ | default | ) |
Reimplemented in PrimitiveMultiList.
Definition at line 38 of file PrimitiveList.class.php.
References BasePrimitive::$default, and Assert::isTrue().
PrimitiveList::setList | ( | $ | list | ) |
Implements ListedPrimitive.
Reimplemented in PrimitivePlainList.
Definition at line 61 of file PrimitiveList.class.php.
References $list.
PrimitiveList::$list = array() [protected] |
Definition at line 17 of file PrimitiveList.class.php.
Referenced by PrimitivePlainList::setList(), and setList().