PHP Class Recca0120\LaravelTracy\Panels\HtmlValidatorPanel

Inheritance: extends AbstractPanel
Show file Open project: recca0120/laravel-tracy

Public Properties

Property Type Description
$ignoreErrors array $ignoreErrors.
$severenity array $severenity.

Protected Properties

Property Type Description
$html string $html.

Public Methods

Method Description
getAttributes ( ) : array getAttributes.
normalize ( $s ) : string Removes special controls characters and normalizes line endings and spaces.
normalizeNewLines ( $s ) : string Standardize line endings to unix-like.
setHtml ( string $html ) setHTML.

Method Details

getAttributes() public method

getAttributes.
public getAttributes ( ) : array
return array

normalize() public static method

Removes special controls characters and normalizes line endings and spaces.
public static normalize ( $s ) : string
return string

normalizeNewLines() public static method

Standardize line endings to unix-like.
public static normalizeNewLines ( $s ) : string
return string

setHtml() public method

setHTML.
public setHtml ( string $html )
$html string

Property Details

$html protected property

$html.
protected string $html
return string

$ignoreErrors public static property

$ignoreErrors.
public static array $ignoreErrors
return array

$severenity public static property

$severenity.
public static array $severenity
return array