[ ]
[ ]
[ ]
Element index for package Filter
[
a ]
[
b ]
[
d ]
[
f ]
[
g ]
[
i ]
[
l ]
[
p ]
[
r ]
[
s ]
[
t ]
[
_ ]
'_'
- $_char
- in file Preg.class.php, variable Gumbo_Filter_Preg::$_char
- $_count
- in file Preg.class.php, variable Gumbo_Filter_Preg::$_count
- $_limit
- in file Preg.class.php, variable Gumbo_Filter_Preg::$_limit
- $_pattern
- in file Preg.class.php, variable Gumbo_Filter_Preg::$_pattern
- $_tags
- in file Tags.class.php, variable Gumbo_Filter_Tags::$_tags
- $_words
- in file Language.class.php, variable Gumbo_Filter_Language::$_words
- __construct
- in file Tags.class.php, method Gumbo_Filter_Tags::__construct()
Constructor
- __construct
- in file Preg.class.php, method Gumbo_Filter_Preg::__construct()
Constructor
- __construct
- in file AlphaNum.class.php, method Gumbo_Filter_AlphaNum::__construct()
Constructor
- __construct
- in file Language.class.php, method Gumbo_Filter_Language::__construct()
Constructor
- __construct
- in file Alpha.class.php, method Gumbo_Filter_Alpha::__construct()
Constructor
- __construct
- in file Digit.class.php, method Gumbo_Filter_Digit::__construct()
Constructor
top
'a'
- addTag
- in file Tags.class.php, method Gumbo_Filter_Tags::addTag()
Adds a tag to the list
- addWord
- in file Language.class.php, method Gumbo_Filter_Language::addWord()
Adds a Word (or Word Pattern) to the list
- Alpha.class.php
- procedural page Alpha.class.php
- AlphaNum.class.php
- procedural page AlphaNum.class.php
top
'b'
- Blank.class.php
- procedural page Blank.class.php
top
'd'
- Digit.class.php
- procedural page Digit.class.php
top
'f'
- factory
- in file Filter.class.php, method Gumbo_Filter::factory()
Returns an instantiated object (accepts Constructor arguments)
- Filter.class.php
- procedural page Filter.class.php
- Filter.class.php
- procedural page Filter.class.php
top
'g'
- getChar
- in file Preg.class.php, method Gumbo_Filter_Preg::getChar()
Returns the replacement character
- getCount
- in file Preg.class.php, method Gumbo_Filter_Preg::getCount()
Returns the count of occurences of the pattern
- getLimit
- in file Preg.class.php, method Gumbo_Filter_Preg::getLimit()
Returns the limit
- getPattern
- in file Preg.class.php, method Gumbo_Filter_Preg::getPattern()
Returns the Regular Expression Pattern
- getTags
- in file Tags.class.php, method Gumbo_Filter_Tags::getTags()
Returns the tags list
- getWords
- in file Language.class.php, method Gumbo_Filter_Language::getWords()
Returns ALL the Filter Words
- Gumbo_Filter
- in file Filter.class.php, class Gumbo_Filter
Filter Class
- Gumbo_Filter_Alpha
- in file Alpha.class.php, class Gumbo_Filter_Alpha
Alpha Filter Class, removing non alphabetic characters
- Gumbo_Filter_AlphaNum
- in file AlphaNum.class.php, class Gumbo_Filter_AlphaNum
Alpha Numeric Filter Class, removes all non-alphanumeric characters
- Gumbo_Filter_Blank
- in file Blank.class.php, class Gumbo_Filter_Blank
Blank Filter Class
- Gumbo_Filter_Digit
- in file Digit.class.php, class Gumbo_Filter_Digit
Digit Filter Class, removes all non-digit characters
- Gumbo_Filter_Language
- in file Language.class.php, class Gumbo_Filter_Language
Language Filter Class
- Gumbo_Filter_Preg
- in file Preg.class.php, class Gumbo_Filter_Preg
PREG Filter Class
- Gumbo_Filter_Printable
- in file Printable.class.php, class Gumbo_Filter_Printable
Printable Characters Filter Class, removes all non-printable characters
- Gumbo_Filter_Tags
- in file Tags.class.php, class Gumbo_Filter_Tags
PHP/HTML Tags Filter Class
- Gumbo_Interface_Filter
- in file Filter.class.php, class Gumbo_Interface_Filter
Filter Interface
top
'i'
- isTag
- in file Tags.class.php, method Gumbo_Filter_Tags::isTag()
Returns if the Tag is present
- isWord
- in file Language.class.php, method Gumbo_Filter_Language::isWord()
Returns if the Word (Pattern) Exists
top
'l'
- Language.class.php
- procedural page Language.class.php
top
'p'
- Preg.class.php
- procedural page Preg.class.php
- Printable.class.php
- procedural page Printable.class.php
top
'r'
- removeTag
- in file Tags.class.php, method Gumbo_Filter_Tags::removeTag()
Removes a tag from the list
- removeWord
- in file Language.class.php, method Gumbo_Filter_Language::removeWord()
Removes a Word (or Word Pattern) from the list
- resetTags
- in file Tags.class.php, method Gumbo_Filter_Tags::resetTags()
Resets the tag list
- resetWords
- in file Language.class.php, method Gumbo_Filter_Language::resetWords()
Resets ALL the Words
- run
- in file Tags.class.php, method Gumbo_Filter_Tags::run()
Runs the Filter process, returning the results
- run
- in file Language.class.php, method Gumbo_Filter_Language::run()
Runs the Filter process, returning the results
- run
- in file Filter.class.php, method Gumbo_Interface_Filter::run()
Runs the Filter process, returning the results
- run
- in file Blank.class.php, method Gumbo_Filter_Blank::run()
Runs the Filter process, returning the results
- run
- in file Preg.class.php, method Gumbo_Filter_Preg::run()
Runs the Filter process, returning the results
top
's'
- setChar
- in file Preg.class.php, method Gumbo_Filter_Preg::setChar()
Sets the replacement character
- setCount
- in file Preg.class.php, method Gumbo_Filter_Preg::setCount()
Sets the count
- setLimit
- in file Preg.class.php, method Gumbo_Filter_Preg::setLimit()
Sets the Limit
- setPattern
- in file Preg.class.php, method Gumbo_Filter_Preg::setPattern()
Sets the Regular Expression Pattern
- setTags
- in file Tags.class.php, method Gumbo_Filter_Tags::setTags()
Sets the Tags to keep inside the string (separated by commas 'div,span,table'...)
- setWords
- in file Language.class.php, method Gumbo_Filter_Language::setWords()
Sets the Words (or Word Patterns) to Filter
top
't'
- Tags.class.php
- procedural page Tags.class.php
top