mirror of
https://github.com/mrclay/minify.git
synced 2025-08-19 04:11:20 +02:00
This commit is contained in:
10
lib/htmlmin.php
Normal file
10
lib/htmlmin.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
class HTMLMin {
|
||||
protected $html = '';
|
||||
|
||||
// -- Public Instance Methods ----------------------------------------------
|
||||
public function __construct($html) {
|
||||
$this->input = $html;
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user