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
93a897c07e
commit
495ac12565
@ -1574,7 +1574,15 @@ class HTML5
|
||||
}
|
||||
}
|
||||
|
||||
class HTML5TreeConstructor
|
||||
class HTML5TreeConstructor extends HTML5TreeConstructer
|
||||
{}
|
||||
|
||||
/**
|
||||
* @deprecated Use HTML5TreeConstructor instead
|
||||
*
|
||||
* @todo Remove with version 5
|
||||
*/
|
||||
class HTML5TreeConstructer
|
||||
{
|
||||
public $stack = array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user