mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
MINOR Moving HTMLCleaner interface to sapphire (related to Diff class)
This commit is contained in:
parent
8e6a38559e
commit
fb4efaa17e
@ -1,16 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Base class for HTML cleaning classes.
|
||||
*
|
||||
* @package cms
|
||||
* @subpackage misc
|
||||
*/
|
||||
abstract class HTMLCleaner extends Object {
|
||||
/**
|
||||
* Passed $content, return HTML that has been tidied.
|
||||
* @return string $content HTML, tidied
|
||||
*/
|
||||
public abstract function cleanHTML($content);
|
||||
}
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user