Class ExtendedResponseArray

Description

Array wrapper for safe arrays.

Located in /src/XSSFilter.class.php (line 39)

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

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 72)

Used to return data requested.

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

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 Mon, 01 Nov 2010 10:59:03 -0400 by phpDocumentor 1.4.3