PHP 클래스 Recca0120\LaravelTracy\Panels\HtmlValidatorPanel

상속: extends AbstractPanel
파일 보기 프로젝트 열기: recca0120/laravel-tracy

공개 프로퍼티들

프로퍼티 타입 설명
$ignoreErrors array $ignoreErrors.
$severenity array $severenity.

보호된 프로퍼티들

프로퍼티 타입 설명
$html string $html.

공개 메소드들

메소드 설명
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.

메소드 상세

getAttributes() 공개 메소드

getAttributes.
public getAttributes ( ) : array
리턴 array

normalize() 공개 정적인 메소드

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

normalizeNewLines() 공개 정적인 메소드

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

setHtml() 공개 메소드

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

프로퍼티 상세

$html 보호되어 있는 프로퍼티

$html.
protected string $html
리턴 string

$ignoreErrors 공개적으로 정적으로 프로퍼티

$ignoreErrors.
public static array $ignoreErrors
리턴 array

$severenity 공개적으로 정적으로 프로퍼티

$severenity.
public static array $severenity
리턴 array