Public Member Functions | |
clean () | |
setValue ($value) | |
importValue ($value) | |
import ($scope) | |
exportValue () | |
setIgnoreEmpty ($orly=true) | |
isIgnoreEmpty () | |
Protected Attributes | |
$value = array() | |
Private Attributes | |
$ignoreEmpty = false |
Definition at line 15 of file PrimitiveIdentifierList.class.php.
PrimitiveIdentifierList::clean | ( | ) |
Reimplemented from BasePrimitive.
Definition at line 23 of file PrimitiveIdentifierList.class.php.
PrimitiveIdentifierList::exportValue | ( | ) |
Reimplemented from IdentifiablePrimitive.
Definition at line 131 of file PrimitiveIdentifierList.class.php.
References ArrayUtils::getIdsArray().
PrimitiveIdentifierList::import | ( | $ | scope | ) |
Reimplemented from PrimitiveIdentifier.
Definition at line 87 of file PrimitiveIdentifierList.class.php.
References Assert::checkInteger(), Assert::checkScalar(), PrimitiveIdentifier::dao(), BasePrimitive::import(), and isIgnoreEmpty().
PrimitiveIdentifierList::importValue | ( | $ | value | ) |
Reimplemented from PrimitiveIdentifier.
Definition at line 48 of file PrimitiveIdentifierList.class.php.
References $value, ArrayUtils::getIdsArray(), Assert::isInteger(), and Assert::isScalar().
PrimitiveIdentifierList::isIgnoreEmpty | ( | ) |
Definition at line 146 of file PrimitiveIdentifierList.class.php.
Referenced by import().
PrimitiveIdentifierList::setIgnoreEmpty | ( | $ | orly = true |
) |
Definition at line 139 of file PrimitiveIdentifierList.class.php.
PrimitiveIdentifierList::setValue | ( | $ | value | ) |
Reimplemented from IdentifiablePrimitive.
Definition at line 36 of file PrimitiveIdentifierList.class.php.
References $value, Assert::isArray(), and Assert::isInstance().
PrimitiveIdentifierList::$ignoreEmpty = false [private] |
Definition at line 18 of file PrimitiveIdentifierList.class.php.
PrimitiveIdentifierList::$value = array() [protected] |
Reimplemented from BasePrimitive.
Definition at line 17 of file PrimitiveIdentifierList.class.php.
Referenced by importValue(), and setValue().