
Public Member Functions | |
| setFetchMode ($ternary) | |
| |
| import ($scope) | |
| importValue ($value) | |
Private Attributes | |
| $fetchMode = null | |
| Fetching strategy for incoming containers:. | |
Definition at line 16 of file PrimitiveArray.class.php.
| PrimitiveArray::setFetchMode | ( | $ | ternary | ) |
| PrimitiveArray::import | ( | $ | scope | ) |
Reimplemented from BasePrimitive.
Definition at line 39 of file PrimitiveArray.class.php.
References BasePrimitive::import(), and FiltrablePrimitive::selfFilter().

| PrimitiveArray::importValue | ( | $ | value | ) |
Reimplemented from BasePrimitive.
Definition at line 61 of file PrimitiveArray.class.php.
References BasePrimitive::$value, and BasePrimitive::getName().

PrimitiveArray::$fetchMode = null [private] |
Fetching strategy for incoming containers:.
null - do nothing; true - lazy fetch; false - full fetch.
Definition at line 25 of file PrimitiveArray.class.php.
1.5.4