Zend_Filter_StripTags
array
$_attributesAllowed
= array() (line 55)
Array of allowed attributes for all allowed tags
Attributes stored here are allowed for all of the allowed tags.
array
$_tagsAllowed
= array() (line 46)
Array of allowed tags and allowed attributes for each allowed tag
Tags are stored in the array keys, and the array values are themselves arrays of the attributes allowed for the corresponding tag.
Constructor __construct (line 64)
Sets the filter options
filter (line 165)
Defined by Zend_Filter_Interface
getAttributesAllowed (line 128)
Returns the attributesAllowed option
getTagsAllowed (line 75)
Returns the tagsAllowed option
setAttributesAllowed (line 139)
Sets the attributesAllowed option
setTagsAllowed (line 86)
Sets the tagsAllowed option
_filterTag (line 198)
Filters a single tag against the current option settings
Documentation generated on Wed, 21 Feb 2007 12:00:39 -0800 by phpDocumentor 1.3.1