Public Member Functions | |
getChoiceValue () | |
getActualChoiceValue () | |
setDefault ($default) | |
| |
getList () | |
| |
setList ($list) | |
| |
import ($scope) | |
Protected Attributes | |
$list = array() |
Definition at line 16 of file PrimitiveList.class.php.
PrimitiveList::getChoiceValue | ( | ) |
Implements ListedPrimitive.
Reimplemented in PrimitiveMultiList.
Definition at line 20 of file PrimitiveList.class.php.
PrimitiveList::getActualChoiceValue | ( | ) |
Implements ListedPrimitive.
Reimplemented in PrimitiveMultiList.
Definition at line 28 of file PrimitiveList.class.php.
PrimitiveList::setDefault | ( | $ | default | ) |
Reimplemented from BasePrimitive.
Reimplemented in PrimitiveMultiList.
Definition at line 39 of file PrimitiveList.class.php.
References BasePrimitive::$default, and Assert::isTrue().
PrimitiveList::getList | ( | ) |
Implements ListedPrimitive.
Definition at line 54 of file PrimitiveList.class.php.
PrimitiveList::setList | ( | $ | list | ) |
Implements ListedPrimitive.
Reimplemented in PrimitivePlainList.
Definition at line 62 of file PrimitiveList.class.php.
References $list.
PrimitiveList::import | ( | $ | scope | ) |
Reimplemented from BasePrimitive.
Reimplemented in PrimitiveMultiList.
Definition at line 69 of file PrimitiveList.class.php.
PrimitiveList::$list = array() [protected] |
Definition at line 18 of file PrimitiveList.class.php.
Referenced by PrimitivePlainList::setList(), and setList().