mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-18 11:41:52 +00:00
Deprecate HTML5TreeConstructer
This commit is contained in:
parent
495ac12565
commit
9db0d35a35
@ -1139,7 +1139,14 @@ class HTML5
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class HTML5TreeConstructor
|
class HTML5TreeConstructor extends HTML5TreeConstructer
|
||||||
|
{}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use HTML5TreeConstructor instead
|
||||||
|
* @todo Remove with version 5
|
||||||
|
*/
|
||||||
|
class HTML5TreeConstructer
|
||||||
{
|
{
|
||||||
public $stack = array();
|
public $stack = array();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user