Public Member Functions | |
setFetchMode ($ternary) | |
import ($scope) | |
importValue ($value) | |
Private Attributes | |
$fetchMode = null | |
Fetching strategy for incoming containers: |
Definition at line 15 of file PrimitiveArray.class.php.
PrimitiveArray::import | ( | $ | scope | ) |
Reimplemented from BasePrimitive.
Definition at line 38 of file PrimitiveArray.class.php.
References BasePrimitive::import(), and FiltrablePrimitive::selfFilter().
PrimitiveArray::importValue | ( | $ | value | ) |
Reimplemented from BasePrimitive.
Definition at line 60 of file PrimitiveArray.class.php.
References BasePrimitive::$value, and BasePrimitive::getName().
PrimitiveArray::setFetchMode | ( | $ | ternary | ) |
Definition at line 29 of file PrimitiveArray.class.php.
References Assert::isTernaryBase().
PrimitiveArray::$fetchMode = null [private] |
Fetching strategy for incoming containers:
null - do nothing; true - lazy fetch; false - full fetch.
Definition at line 24 of file PrimitiveArray.class.php.