Purifier
- Namespace: \Redaxscript\Html
- Description: parent class to purify html against xss
- Package: Redaxscript
- Category: Html
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_allowedTags | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
purify | public | purify the html |
_process | protected | process the html |
_stripTags | protected | strip the tags |
_stripAttributes | protected | strip the attributes |
_createDocument | protected | create the document |
_createFragment | protected | create the fragment |
Method | Visibility | Description |