Class iPhorm_Filter_StripTags

Description

Implements interfaces:

Strip Tags Filter

Located in /iPhorm/Filter/StripTags.php (line 6)


	
			
Variable Summary
Method Summary
 iPhorm_Filter_StripTags __construct ([ $options = array()])
 string filter (string $value)
 array getAllowableTags ()
 void setAllowableTags (array $allowableTags)
Variables
array $_allowableTags = array() (line 13)

HTML tags that will not be stripped

  • access: protected
Methods
Constructor __construct (line 15)
  • access: public
iPhorm_Filter_StripTags __construct ([ $options = array()])
  • $options
filter (line 30)

Strips all HTML tags from the given value.

  • return: The filtered value
  • access: public
string filter (string $value)
  • string $value: The value to filter

Implementation of:
iPhorm_Filter_Interface::filter()
getAllowableTags (line 50)

Get the allowable tags

  • access: public
array getAllowableTags ()
setAllowableTags (line 40)

Set the allowable tags

  • access: public
void setAllowableTags (array $allowableTags)
  • array $allowableTags

Documentation generated on Thu, 24 Feb 2011 22:19:38 +0000 by phpDocumentor 1.4.3