Full index

Package indexes


e f r s t u x _
e
top
$escape_html
XSSFilter::$escape_html in XSSFilter.class.php
Class variable noting if html should be escaped.
$extended_return
XSSFilter::$extended_return in XSSFilter.class.php
Class variable noting if the return value should be a structure which includes the scrubbed data and a boolean noting if the data was modified or not.
ExtendedResponseArray
ExtendedResponseArray in XSSFilter.class.php
Array wrapper for safe arrays.
ExtendedResponseString
ExtendedResponseString in XSSFilter.class.php
String wrapper for safer strings.
f
top
filter
XSSFilter::filter() in XSSFilter.class.php
Forward method for filtering input.
filter_array
XSSFilter::filter_array() in XSSFilter.class.php
Filters a single level array.
filter_string
XSSFilter::filter_string() in XSSFilter.class.php
Filters a single input item
r
top
$remove_html
XSSFilter::$remove_html in XSSFilter.class.php
Class variable noting if html should be removed.
$remove_javascript
XSSFilter::$remove_javascript in XSSFilter.class.php
Class variable noting if javascript should be removed.
s
top
setUp
XSSFilterTest::setUp() in XSSFilter.test.php
Sets up the test case.
t
top
testExtendedConversions
Verifies that all conversions from ExtendedResponse* work properly.
testExtendedProperties
Verifies that all the Extended properties exist and work as expected.
testFilters
XSSFilterTest::testFilters() in XSSFilter.test.php
Verifies the type of filtering that is expected is returned.
testTypes
XSSFilterTest::testTypes() in XSSFilter.test.php
Verifies that the proper types are returned based on what options are enabled.
u
top
$urlencode_html
XSSFilter::$urlencode_html in XSSFilter.class.php
Class variable noting if html should be urlencoded.
x
top
XSSFilter.class.php
XSSFilter.class.php in XSSFilter.class.php
XSSFilter.test.php
XSSFilter.test.php in XSSFilter.test.php
XSSFilter
XSSFilter in XSSFilter.class.php
Configurable XSSFilter for use by developers.
XSSFilterTest
XSSFilterTest in XSSFilter.test.php
_
top
__construct
XSSFilter::__construct() in XSSFilter.class.php
A filter object that attempts to strip out evil data.
__construct
Extended response of filtered array data.
__construct
Extended response of filtered string data.
__get
ExtendedResponseArray::__get() in XSSFilter.class.php
Used to return data requested.
__get
ExtendedResponseString::__get() in XSSFilter.class.php
Used to return data requested.
__toString
Converts the instance to a String.
__toString
Converts instance to a String.
e f r s t u x _