void __construct(
[
$stack = array()]
)
|
|
Constructs the array access interface. Either the internal stack is set to "zero" or initialized with the given value.
Parameters:
API Tags:
Redefinition of:
- ArrayObject::constructor __construct ( $array )
void offsetExists(
$offset
)
|
|
Parameters:
API Tags:
| See: | ArrayObject::offsetExists() |
| Access: | public |
Redefinition of:
- ArrayObject::offsetExists ( $index )
Parameters:
API Tags:
| See: | ArrayObject::offsetGet()
This function implements the virtual stack and is responsible for
the supply of the correct values. This can be a new instance of
Naos_Form_ArrayInterface with an additional stack level or an
"real value". |
| Access: | public |
Redefinition of:
- ArrayObject::offsetGet ( $index )
void offsetSet(
$offset,
$value
)
|
|
Parameters:
API Tags:
| See: | ArrayObject::offsetSet() |
| Access: | public |
Redefinition of:
- ArrayObject::offsetSet ( $index, $newval )
void offsetUnset(
$offset
)
|
|
Parameters:
API Tags:
| See: | ArrayObject::offsetUnset() |
| Access: | public |
Redefinition of:
- ArrayObject::offsetUnset ( $index )