1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 19:30:21 +02:00

Explicitly specify decorator name.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
Edward Z. Yang
2013-07-26 21:37:33 -07:00
parent 53c2907706
commit 25d49f4ec0

View File

@@ -9,6 +9,12 @@ class HTMLPurifier_DefinitionCache_Decorator extends HTMLPurifier_DefinitionCach
*/
public $cache;
/**
* The name of the decorator
* @var string
*/
public $name;
public function __construct() {}
/**