0
0
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:
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; public $cache;
/**
* The name of the decorator
* @var string
*/
public $name;
public function __construct() {} public function __construct() {}
/** /**