mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-03 05:11:52 +00:00
Explicitly specify decorator name.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
parent
53c2907706
commit
25d49f4ec0
@ -9,6 +9,12 @@ class HTMLPurifier_DefinitionCache_Decorator extends HTMLPurifier_DefinitionCach
|
|||||||
*/
|
*/
|
||||||
public $cache;
|
public $cache;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The name of the decorator
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name;
|
||||||
|
|
||||||
public function __construct() {}
|
public function __construct() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user