PHP 클래스 HtmLawedPlugin, vanilla

상속: extends Gdn_Plugin
파일 보기 프로젝트 열기: vanilla/vanilla

보호된 프로퍼티들

프로퍼티 타입 설명
$allowedClasses Classes users may have in their content.
$classedElements HTML elements allowed to have classes in user generated content.

공개 메소드들

메소드 설명
format ( string $html ) : string Filter provided HTML through htmlLawed and return the result.
setup ( ) No setup.

메소드 상세

format() 공개 메소드

Filter provided HTML through htmlLawed and return the result.
public format ( string $html ) : string
$html string String of HTML to filter.
리턴 string Returns the filtered HTML.

setup() 공개 메소드

No setup.
public setup ( )

프로퍼티 상세

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

Classes users may have in their content.
protected $allowedClasses

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

HTML elements allowed to have classes in user generated content.
protected $classedElements