Koowa_Filter
[ class tree: Koowa_Filter ] [ index: Koowa_Filter ] [ all elements ]

Element index for package Koowa_Filter

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ k ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

_

$_attrArray
in file html.php, variable KFilterHtml::$_attrArray
    List of user-defined attributes
$_attrBlacklist
in file html.php, variable KFilterHtml::$_attrBlacklist
$_attrMethod
in file html.php, variable KFilterHtml::$_attrMethod
    If false, use whiteList method, if true use blackList method
$_chain
in file abstract.php, variable KFilterAbstract::$_chain
    The filter chain
$_charList
in file trim.php, variable KFilterTrim::$_charList
    List of characters provided to the trim() function
$_config
in file tidy.php, variable KFilterTidy::$_config
    The tidy configuration
$_encoding
in file tidy.php, variable KFilterTidy::$_encoding
    The input/output encoding
$_length
in file slug.php, variable KFilterSlug::$_length
    Maximum length the generated slug can have. If this is null the length of the slug column will be used.
$_separator
in file slug.php, variable KFilterSlug::$_separator
    Separator character / string to use for replacing non alphabetic characters in generated slug
$_tagBlacklist
in file html.php, variable KFilterHtml::$_tagBlacklist
$_tagsArray
in file html.php, variable KFilterHtml::$_tagsArray
    List of user-defined tags
$_tagsMethod
in file html.php, variable KFilterHtml::$_tagsMethod
    If false, use whiteList method, if true use blackList method
$_tidy
in file tidy.php, variable KFilterTidy::$_tidy
    A tidy object
$_walk
in file abstract.php, variable KFilterAbstract::$_walk
    If the data to be santized or validated if an object or array, walk over each individual property or element. Default TRUE.
$_xssAuto
in file html.php, variable KFilterHtml::$_xssAuto
    If true, only auto clean essentials, if false allow clean blacklisted tags/attr
_arrayToDate
in file timestamp.php, method KFilterTimestamp::_arrayToDate()
    Converts an array of date parts to a string date.
_arrayToTime
in file timestamp.php, method KFilterTimestamp::_arrayToTime()
    Converts an array of time parts to a string time.
_arrayToTimestamp
in file timestamp.php, method KFilterTimestamp::_arrayToTimestamp()
    Converts an array of timestamp parts to a string timestamp.
_checkAttribute
in file html.php, method KFilterHtml::_checkAttribute()
    Function to determine if contents of an attribute is safe
_cleanAttributes
in file html.php, method KFilterHtml::_cleanAttributes()
    Internal method to strip a tag of certain attributes
_cleanTags
in file html.php, method KFilterHtml::_cleanTags()
    Internal method to strip a string of certain tags
_createFilter
in file factory.php, method KFilterFactory::_createFilter()
    Create a filter based on it's name
_decode
in file html.php, method KFilterHtml::_decode()
    Try to convert to plaintext
_initialize
in file slug.php, method KFilterSlug::_initialize()
    Initializes the options for the object
_initialize
in file tidy.php, method KFilterTidy::_initialize()
    Initializes the config for the object
_remove
in file html.php, method KFilterHtml::_remove()
    Internal method to iteratively remove all unwanted tags and attributes
_sanitize
in file tidy.php, method KFilterTidy::_sanitize()
    Sanitize a variable
_sanitize
in file html.php, method KFilterHtml::_sanitize()
    Sanitize a value
_sanitize
in file json.php, method KFilterJson::_sanitize()
    Sanitize a value
_sanitize
in file string.php, method KFilterString::_sanitize()
    Sanitize a value
_sanitize
in file lang.php, method KFilterLang::_sanitize()
    Sanitize a value
_sanitize
in file slug.php, method KFilterSlug::_sanitize()
    Sanitize a value
_sanitize
in file ip.php, method KFilterIP::_sanitize()
    Sanitize a value
_sanitize
in file int.php, method KFilterInt::_sanitize()
    Sanitize a value
_sanitize
in file internalurl.php, method KFilterInternalurl::_sanitize()
    Sanitize a value
_sanitize
in file identifier.php, method KFilterIdentifier::_sanitize()
    Sanitize a value
_sanitize
in file float.php, method KFilterFloat::_sanitize()
    Sanitize a value
_sanitize
in file base64.php, method KFilterBase64::_sanitize()
    Sanitize a value
_sanitize
in file trim.php, method KFilterTrim::_sanitize()
    Sanitize a value
_sanitize
in file boolean.php, method KFilterBoolean::_sanitize()
    Sanitize a value
_sanitize
in file chain.php, method KFilterChain::_sanitize()
    Sanitize the data
_sanitize
in file ascii.php, method KFilterAscii::_sanitize()
    Transliterate all unicode characters to US-ASCII. The string must be well-formed UTF8
_sanitize
in file url.php, method KFilterUrl::_sanitize()
    Sanitize a value
_sanitize
in file word.php, method KFilterWord::_sanitize()
    Sanitize a value
_sanitize
in file alnum.php, method KFilterAlnum::_sanitize()
    Sanitize a variable
_sanitize
in file raw.php, method KFilterRaw::_sanitize()
    Sanitize a value
_sanitize
in file alpha.php, method KFilterAlpha::_sanitize()
    Sanitize a variable
_sanitize
in file path.php, method KFilterPath::_sanitize()
    Sanitize a value
_sanitize
in file cmd.php, method KFilterCmd::_sanitize()
    Sanitize a value
_sanitize
in file filename.php, method KFilterFilename::_sanitize()
    Sanitize a value
_sanitize
in file time.php, method KFilterTime::_sanitize()
    Forces the value to an ISO-8601 formatted time ("hh:ii:ss").
_sanitize
in file md5.php, method KFilterMd5::_sanitize()
    Sanitize a valaue
_sanitize
in file numeric.php, method KFilterNumeric::_sanitize()
    Sanitize non-numeric characters from the value.
_sanitize
in file email.php, method KFilterEmail::_sanitize()
    Sanitize a value
_sanitize
in file dirname.php, method KFilterDirname::_sanitize()
    Sanitize a value
_sanitize
in file timestamp.php, method KFilterTimestamp::_sanitize()
    Forces the value to an ISO-8601 formatted timestamp using a space separator ("yyyy-mm-dd hh:ii:ss") instead of a "T" separator.
_sanitize
in file date.php, method KFilterDate::_sanitize()
    Forces the value to an ISO-8601 formatted date ("yyyy-mm-dd").
_sanitize
in file digit.php, method KFilterDigit::_sanitize()
    Sanitize a value
_sanitize
in file abstract.php, method KFilterAbstract::_sanitize()
    Sanitize a variable only
_validate
in file word.php, method KFilterWord::_validate()
    Validate a value
_validate
in file trim.php, method KFilterTrim::_validate()
    Validate a value
_validate
in file url.php, method KFilterUrl::_validate()
    Validate a value
_validate
in file timestamp.php, method KFilterTimestamp::_validate()
    Validates that the value is an ISO 8601 timestamp string.
_validate
in file time.php, method KFilterTime::_validate()
    Validates that the value is an ISO 8601 time string (hh:ii::ss format).
_validate
in file string.php, method KFilterString::_validate()
    Validate a value
_validate
in file tidy.php, method KFilterTidy::_validate()
    Validate a variable
_validate
in file slug.php, method KFilterSlug::_validate()
    Validate a value
_validate
in file identifier.php, method KFilterIdentifier::_validate()
    Validate a value
_validate
in file date.php, method KFilterDate::_validate()
    Validates that a value is an ISO 8601 date string
_validate
in file cmd.php, method KFilterCmd::_validate()
    Validate a value
_validate
in file digit.php, method KFilterDigit::_validate()
    Validate a value
_validate
in file dirname.php, method KFilterDirname::_validate()
    Validate a value
_validate
in file filename.php, method KFilterFilename::_validate()
    Validate a value
_validate
in file email.php, method KFilterEmail::_validate()
    Validate a value
_validate
in file chain.php, method KFilterChain::_validate()
    Validate the data
_validate
in file boolean.php, method KFilterBoolean::_validate()
    Validate a value
_validate
in file alnum.php, method KFilterAlnum::_validate()
    Validate a variable
_validate
in file abstract.php, method KFilterAbstract::_validate()
    Validate a variable
_validate
in file alpha.php, method KFilterAlpha::_validate()
    Validate a variable
_validate
in file ascii.php, method KFilterAscii::_validate()
    Validate a variable
_validate
in file base64.php, method KFilterBase64::_validate()
    Validate a value
_validate
in file raw.php, method KFilterRaw::_validate()
    Validate a value
_validate
in file float.php, method KFilterFloat::_validate()
    Validate a value
_validate
in file lang.php, method KFilterLang::_validate()
    Validate a value
_validate
in file md5.php, method KFilterMd5::_validate()
    Validate a value
_validate
in file numeric.php, method KFilterNumeric::_validate()
    Validate whether the given variable is numeric. Numeric strings consist of optional sign, any
_validate
in file path.php, method KFilterPath::_validate()
    Validate a value
_validate
in file ip.php, method KFilterIP::_validate()
    Validate a value
_validate
in file json.php, method KFilterJson::_validate()
    Validate a value
_validate
in file html.php, method KFilterHtml::_validate()
    Validate a value
_validate
in file internalurl.php, method KFilterInternalurl::_validate()
    Validate a value
_validate
in file int.php, method KFilterInt::_validate()
    Validate a value
__construct
in file html.php, method KFilterHtml::__construct()
    Constructor
__construct
in file abstract.php, method KFilterAbstract::__construct()
    Constructor
__construct
in file slug.php, method KFilterSlug::__construct()
    Constructor
__construct
in file tidy.php, method KFilterTidy::__construct()
    Constructor
__construct
in file json.php, method KFilterJson::__construct()
    Constructor
__construct
in file trim.php, method KFilterTrim::__construct()
    Constructor
top

a

addFilter
in file abstract.php, method KFilterAbstract::addFilter()
    Add a filter based on priority
abstract.php
procedural page abstract.php
alnum.php
procedural page alnum.php
alpha.php
procedural page alpha.php
ascii.php
procedural page ascii.php
top

b

base64.php
procedural page base64.php
boolean.php
procedural page boolean.php
top

c

chain.php
procedural page chain.php
cmd.php
procedural page cmd.php
top

d

date.php
procedural page date.php
digit.php
procedural page digit.php
dirname.php
procedural page dirname.php
top

e

execute
in file abstract.php, method KFilterAbstract::execute()
    Command handler
email.php
procedural page email.php
exception.php
procedural page exception.php
top

f

factory.php
procedural page factory.php
filename.php
procedural page filename.php
float.php
procedural page float.php
top

g

getCharList
in file trim.php, method KFilterTrim::getCharList()
    Returns the charList option
getHandle
in file abstract.php, method KFilterAbstract::getHandle()
    Get a handle for this object
getInstance
in file factory.php, method KFilterFactory::getInstance()
    Force creation of a singleton
getInstance
in file abstract.php, method KFilterAbstract::getInstance()
    Force creation of a singleton
getPriority
in file abstract.php, method KFilterAbstract::getPriority()
    Get the priority of the filter
getTidy
in file tidy.php, method KFilterTidy::getTidy()
    Gets a Tidy object
top

h

html.php
procedural page html.php
top

i

instantiate
in file factory.php, method KFilterFactory::instantiate()
    Factory method for KFilterInterface classes.
identifier.php
procedural page identifier.php
int.php
procedural page int.php
interface.php
procedural page interface.php
internalurl.php
procedural page internalurl.php
ip.php
procedural page ip.php
top

j

json.php
procedural page json.php
top

k

KFilterAbstract
in file abstract.php, class KFilterAbstract
    Abstract filter.
KFilterAlnum
in file alnum.php, class KFilterAlnum
    Alphanumeric filter.
KFilterAlpha
in file alpha.php, class KFilterAlpha
    Alphabetic filter.
KFilterAscii
in file ascii.php, class KFilterAscii
    Ascii filter
KFilterBase64
in file base64.php, class KFilterBase64
    Base64 filter
KFilterBoolean
in file boolean.php, class KFilterBoolean
    Boolean filter
KFilterChain
in file chain.php, class KFilterChain
    Filter Chain
KFilterCmd
in file cmd.php, class KFilterCmd
    Command filter.
KFilterDate
in file date.php, class KFilterDate
    Date filter
KFilterDigit
in file digit.php, class KFilterDigit
    Digit filter
KFilterDirname
in file dirname.php, class KFilterDirname
    Dirname filter
KFilterEmail
in file email.php, class KFilterEmail
    Email filter
KFilterException
in file exception.php, class KFilterException
    Filter Exception class
KFilterFactory
in file factory.php, class KFilterFactory
    Filter Factory
KFilterFilename
in file filename.php, class KFilterFilename
    Filename filter, strips path info
KFilterFloat
in file float.php, class KFilterFloat
    Float filter
KFilterHtml
in file html.php, class KFilterHtml
    Html XSS Filter
KFilterIdentifier
in file identifier.php, class KFilterIdentifier
    Identifier Filter
KFilterInt
in file int.php, class KFilterInt
    Integer filter
KFilterInterface
in file interface.php, class KFilterInterface
    Filter interface
KFilterInternalurl
in file internalurl.php, class KFilterInternalurl
    Internal url filter
KFilterIP
in file ip.php, class KFilterIP
    IP filter
KFilterJson
in file json.php, class KFilterJson
    Json filter
KFilterLang
in file lang.php, class KFilterLang
    Language filter for ISO codes like en-GB (lang-COUNTRY)
KFilterMd5
in file md5.php, class KFilterMd5
    MD5 filter
KFilterNumeric
in file numeric.php, class KFilterNumeric
    Numeric filter
KFilterPath
in file path.php, class KFilterPath
    Path Filter
KFilterRaw
in file raw.php, class KFilterRaw
    Raw filter
KFilterSlug
in file slug.php, class KFilterSlug
    Slug filter
KFilterString
in file string.php, class KFilterString
    String filter
KFilterTidy
in file tidy.php, class KFilterTidy
    Tidy filter.
KFilterTime
in file time.php, class KFilterTime
    Time filter
KFilterTimestamp
in file timestamp.php, class KFilterTimestamp
    Timestamp filter
KFilterTrim
in file trim.php, class KFilterTrim
    Trim filter.
KFilterUrl
in file url.php, class KFilterUrl
    Url filter
KFilterWord
in file word.php, class KFilterWord
    Word filter.
top

l

lang.php
procedural page lang.php
top

m

md5.php
procedural page md5.php
top

n

numeric.php
procedural page numeric.php
top

p

path.php
procedural page path.php
PATTERN
in file path.php, class constant KFilterPath::PATTERN
top

r

raw.php
procedural page raw.php
run
in file chain.php, method KFilterChain::run()
    Run the commands in the chain
top

s

slug.php
procedural page slug.php
string.php
procedural page string.php
sanitize
in file abstract.php, method KFilterAbstract::sanitize()
    Sanitize a variable or data collection
sanitize
in file interface.php, method KFilterInterface::sanitize()
    Sanitize a value or data collection
setCharList
in file trim.php, method KFilterTrim::setCharList()
    Sets the charList option
top

t

tidy.php
procedural page tidy.php
time.php
procedural page time.php
timestamp.php
procedural page timestamp.php
trim.php
procedural page trim.php
top

u

url.php
procedural page url.php
top

v

validate
in file interface.php, method KFilterInterface::validate()
    Validate a value or data collection
validate
in file abstract.php, method KFilterAbstract::validate()
    Validate a variable or data collection
top

w

word.php
procedural page word.php
top

Documentation generated on Thu, 23 May 2013 03:00:17 +0200 by phpDocumentor 1.4.3