[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/var/www/se3/includes/library/HTMLPurifier/ -> DefinitionCache.php (summary)

Abstract class representing Definition cache managers that implements useful common methods and is a factory.

File Size: 129 lines (4 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  __construct()
  generateKey()
  isOld()
  checkDefType()

Functions
Functions that are not part of a class:

__construct($type)   X-Ref

param: string $type Type of definition objects this instance of the

generateKey($config)   X-Ref
Generates a unique identifier for a particular configuration

param: HTMLPurifier_Config $config Instance of HTMLPurifier_Config
return: string

isOld($key, $config)   X-Ref
Tests whether or not a key is old with respect to the configuration's
version and revision number.

param: string $key Key to test
param: HTMLPurifier_Config $config Instance of HTMLPurifier_Config to test against
return: bool

checkDefType($def)   X-Ref
Checks if a definition's type jives with the cache's type

param: HTMLPurifier_Definition $def Definition object to check
return: bool true if good, false if not



Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1