HtmlMinifier
final class HtmlMinifier (View source)
Constants
| private PRESERVED_TAGS |
Tags whose raw text content must be preserved exactly. |
| private TEXT_BLOCK_TAGS |
Tags whose text content can be made single-line with character references. |
Methods
minify(string|null $html)
string
Details
minify
string
minify(string|null $html)
No description