Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_core_DataFilter
  • icms_core_HTMLFilter
  • Overview
  • Package
  • Class

Class icms_core_HTMLFilter

HTML Purifier filters

icms_core_DataFilter
Extended by icms_core_HTMLFilter
Package: Core\Filters
Category: ICMS
Copyright: (c) 2007-2010 The ImpressCMS Project - www.impresscms.org
Author: vaughan montgomery (vaughan@impresscms.org)
Author: ImpressCMS Project
Located at core/HTMLFilter.php
Methods summary
public
# __construct( )

Constructor

Constructor

Overrides

icms_core_DataFilter::__construct()
public static object
# getInstance( )

Access the only instance of this class

Access the only instance of this class

Returns

object
public static string
# filterHTML( string $html )

Gets the selected HTML Filter & filters the content

Gets the selected HTML Filter & filters the content

Parameters

$html
input to be cleaned

Returns

string
protected static array
# getHTMLFilterConfig( )

Gets Custom Purifier configurations ** this function will improve in time **

Gets Custom Purifier configurations ** this function will improve in time **

Returns

array
$icmsPurifierConf
Methods inherited from icms_core_DataFilter
_filterImgUrl(), addSlashes(), censorString(), checkUrlString(), checkVar(), checkVarArray(), cleanArray(), codeConv(), codeDecode(), codeDecode_extended(), codePreConv(), codeSanitizer(), executeExtension(), filterDebugInfo(), filterHTMLdisplay(), filterHTMLinput(), filterTextareaDisplay(), filterTextareaInput(), getSmileys(), htmlEntities(), htmlSpecialChars(), icms_substr(), icms_trim(), loadExtension(), makeClickable(), nl2Br(), smiley(), stripSlashesGPC(), textsanitizer_geshi_highlight(), textsanitizer_php_highlight(), textsanitizer_syntaxhighlight(), undoHtmlSpecialChars(), utf8_strrev()
Properties summary
public $purifier

variable used by HTML Filter Library

variable used by HTML Filter Library

#
Properties inherited from icms_core_DataFilter
$allSmileys, $displaySmileys
API documentation generated by ApiGen