Class PHPDS_array

Description

Turn core arrays into objects.

Located in /PHPDS.inc.php (line 1315)

ArrayObject
   |
   --PHPDS_array
Method Summary
string __get (string $name)
void __set (string $name, string $val)
Methods
__get (line 1335)

Magic get array.

  • access: public
string __get (string $name)
  • string $name
__set (line 1324)

Magig set array.

  • access: public
void __set (string $name, string $val)
  • string $name
  • string $val

Inherited Methods

Inherited From ArrayObject (Internal Class)

constructor __construct ( $array )
append ( $value )
asort ( )
count ( )
exchangeArray ( $array )
getArrayCopy ( )
getFlags ( )
getIterator ( )
getIteratorClass ( )
ksort ( )
natcasesort ( )
natsort ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
serialize ( )
setFlags ( $flags )
setIteratorClass ( $iteratorClass )
uasort ( $cmp_function )
uksort ( $cmp_function )
unserialize ( $serialized )
Class Constants

Inherited Constants

Inherited from ArrayObject (Internal Class)

ARRAY_AS_PROPS = 2
STD_PROP_LIST = 1

Documentation generated on Tue, 09 Aug 2011 09:05:01 +0200 by phpDocumentor 1.4.3