Public Member Functions | |
clean () | |
setComposite ($composite=true) | |
getInnerErrors () | |
import ($scope) | |
importValue ($value) | |
exportValue () | |
Protected Attributes | |
$value = array() |
Definition at line 15 of file PrimitiveFormsList.class.php.
PrimitiveFormsList::clean | ( | ) |
Reimplemented from BasePrimitive.
Definition at line 22 of file PrimitiveFormsList.class.php.
PrimitiveFormsList::exportValue | ( | ) |
Reimplemented from PrimitiveForm.
Definition at line 104 of file PrimitiveFormsList.class.php.
References BasePrimitive::isImported().
PrimitiveFormsList::getInnerErrors | ( | ) |
Reimplemented from PrimitiveForm.
Definition at line 38 of file PrimitiveFormsList.class.php.
References BasePrimitive::getValue().
PrimitiveFormsList::import | ( | $ | scope | ) |
Reimplemented from PrimitiveForm.
Definition at line 50 of file PrimitiveFormsList.class.php.
References $value, and BasePrimitive::import().
PrimitiveFormsList::importValue | ( | $ | value | ) |
WrongArgumentException |
Reimplemented from PrimitiveForm.
Definition at line 79 of file PrimitiveFormsList.class.php.
References $value, Assert::isArray(), and Assert::isInstance().
PrimitiveFormsList::setComposite | ( | $ | composite = true |
) |
Either composition or aggregation, it is very important on import.
Reimplemented from PrimitiveForm.
Definition at line 31 of file PrimitiveFormsList.class.php.
PrimitiveFormsList::$value = array() [protected] |
Reimplemented from BasePrimitive.
Definition at line 17 of file PrimitiveFormsList.class.php.
Referenced by import(), and importValue().