|
Stud.IP
jlu_3.3 Revision
|


Public Member Functions | |
| __construct ($input=array(), $flags=self::STD_PROP_LIST, $iteratorClass='ArrayIterator') | |
| append ($value) | |
| exchangeArray ($data) | |
| getArrayCopy () | |
| getIterator () | |
| offsetSet ($key, $value) | |
Public Member Functions inherited from StudipArrayObject | |
| __construct ($input=array(), $flags=self::STD_PROP_LIST, $iteratorClass='ArrayIterator') | |
| __isset ($key) | |
| __set ($key, $value) | |
| __unset ($key) | |
| __get ($key) | |
| append ($value) | |
| asort () | |
| count () | |
| exchangeArray ($data) | |
| getArrayCopy () | |
| getFlags () | |
| getIterator () | |
| getIteratorClass () | |
| ksort () | |
| natcasesort () | |
| natsort () | |
| offsetExists ($key) | |
| offsetGet ($key) | |
| offsetSet ($key, $value) | |
| offsetUnset ($key) | |
| serialize () | |
| setFlags ($flags) | |
| setIteratorClass ($class) | |
| uasort ($function) | |
| uksort ($function) | |
| unserialize ($data) | |
Protected Member Functions | |
| recursiveArrayToArrayObjects ($data) | |
Additional Inherited Members | |
Data Fields inherited from StudipArrayObject | |
| const | STD_PROP_LIST = 1 |
| const | ARRAY_AS_PROPS = 2 |
Protected Attributes inherited from StudipArrayObject | |
| $storage | |
| $flag | |
| $iteratorClass | |
| $protectedProperties | |
| __construct | ( | $input = array(), |
|
$flags = self::STD_PROP_LIST, |
|||
$iteratorClass = 'ArrayIterator' |
|||
| ) |
Constructor
| array | $input | |
| int | $flags | |
| string | $iteratorClass |
Reimplemented from StudipArrayObject.

| append | ( | $value | ) |
Appends the value
| mixed | $value |
Reimplemented from StudipArrayObject.

| exchangeArray | ( | $data | ) |
Exchange the array for another one.
| array | ArrayObject | $data |
Reimplemented from StudipArrayObject.


| getArrayCopy | ( | ) |
Creates a copy of the ArrayObject.
Reimplemented from StudipArrayObject.

| getIterator | ( | ) |
Create a new iterator from an ArrayObject instance
Reimplemented from StudipArrayObject.

| offsetSet | ( | $key, | |
| $value | |||
| ) |
Sets the value at the specified key to value
| mixed | $key | |
| mixed | $value |
Reimplemented from StudipArrayObject.


|
protected |

