Class ExtendedResponseArray

Description

Array wrapper for safe arrays.

Located in /XSSFilter.class.php (line 35)

ArrayObject
   |
   --ExtendedResponseArray
Method Summary
 ExtendedResponseArray __construct ( $data, changes $changes)
 void __get (property $property)
 void __toString ()
Methods
Constructor __construct (line 48)

Extended response of filtered array data.

ExtendedResponseArray __construct ( $data, changes $changes)
  • data $data: array input array which is already safe.
  • changes $changes: bool if changes had to be made.

Redefinition of:
ArrayObject::constructor __construct ( $array )
__get (line 68)

Used to return data requested.

void __get (property $property)
  • property $property: string requested attribute.
__toString (line 59)

Converts the instance to a String.

void __toString ()

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, 12 Oct 2010 16:47:12 -0400 by phpDocumentor 1.4.3