final class HtmlHelpers

internal  
 

Runtime utilities for handling HTML.

Constants

private BooleanAttributes

private SpaceSeparatedAttributes

Methods

static string
escapeText(mixed $s)

Escapes string for use inside HTML text.

static string
escapeAttr(mixed $s)

Escapes string for use inside HTML attribute value.

static string
escapeTag(mixed $s)

Escapes string for use inside HTML tag.

static string
escapeComment(mixed $s)

Escapes string for use inside HTML/XML comments.

static string
escapeRawHtml(mixed $s)

Escapes HTML for usage in