Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • Configuration
  • ConfigurationAbstract
  • DefaultConfiguration
  • ExtensionAbstract
  • FilterAbstract
  • NullExtension
  • NullFilter
  • SanitizerComponent
  • SanitizerConfigurable
  • Overview
  • Namespace
  • Class
  • Tree

Class Configuration

Provide a standard mechanism for a runtime registry for key/value pairs, useful for attributes and parameters.

ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable
Extended by Xoops\Core\Text\Sanitizer\ConfigurationAbstract implements Xoops\Core\AttributeInterface
Extended by Xoops\Core\Text\Sanitizer\Configuration
Namespace: Xoops\Core\Text\Sanitizer
Package: Xoops\Core\Text
Category: Sanitizer
Copyright: 2013-2015 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Text/Sanitizer/Configuration.php
Methods summary
public
# __construct( )

Get the sanitizer configuration.

Get the sanitizer configuration.

protected array
# readSanitizerPreferences( )

readSanitizerPreferences - read configured sanitizer preferences

readSanitizerPreferences - read configured sanitizer preferences

If configuration file does not exist, create it.

If configurable extensions exist that are not in the configuration file, add them, and rewrite the configuration file.

Returns

array
of sanitizer preferences
protected
# saveSanitizerPrefrences( array $sanitizerPrefs )

saveSanitizerPreferences - record array of sanitizer preferences in config file

saveSanitizerPreferences - record array of sanitizer preferences in config file

Parameters

$sanitizerPrefs
array of sanitizer preferences to save
Methods inherited from Xoops\Core\Text\Sanitizer\ConfigurationAbstract
clear(), get(), getAll(), getAllLike(), getNames(), has(), remove(), set(), setAll(), setArrayItem(), setMerge()
Methods inherited from ArrayObject
append(), asort(), count(), exchangeArray(), getArrayCopy(), getFlags(), getIterator(), getIteratorClass(), ksort(), natcasesort(), natsort(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), serialize(), setFlags(), setIteratorClass(), uasort(), uksort(), unserialize()
Constants inherited from ArrayObject
ARRAY_AS_PROPS, STD_PROP_LIST
API documentation generated by ApiGen