Public Member Functions | |
clean () | |
setValue ($value) | |
importValue ($value) | |
import ($scope) | |
exportValue () | |
Protected Attributes | |
$value = array() |
Definition at line 15 of file PrimitiveEnumerationList.class.php.
PrimitiveEnumerationList::clean | ( | ) |
Reimplemented from BasePrimitive.
Definition at line 22 of file PrimitiveEnumerationList.class.php.
PrimitiveEnumerationList::exportValue | ( | ) |
Reimplemented from IdentifiablePrimitive.
Definition at line 105 of file PrimitiveEnumerationList.class.php.
References ArrayUtils::getIdsArray().
PrimitiveEnumerationList::import | ( | $ | scope | ) |
Reimplemented from PrimitiveEnumeration.
Definition at line 66 of file PrimitiveEnumerationList.class.php.
References IdentifiablePrimitive::$className, $value, Assert::checkInteger(), and BasePrimitive::import().
PrimitiveEnumerationList::importValue | ( | $ | value | ) |
Reimplemented from PrimitiveEnumeration.
Definition at line 47 of file PrimitiveEnumerationList.class.php.
References $value, ArrayUtils::getIdsArray(), and Assert::isInteger().
PrimitiveEnumerationList::setValue | ( | $ | value | ) |
Reimplemented from IdentifiablePrimitive.
Definition at line 35 of file PrimitiveEnumerationList.class.php.
References $value, Assert::isArray(), and Assert::isInstance().
PrimitiveEnumerationList::$value = array() [protected] |
Reimplemented from BasePrimitive.
Definition at line 17 of file PrimitiveEnumerationList.class.php.
Referenced by import(), importValue(), and setValue().