PHP 클래스 Texy\Configurator

$texy = new Texy(); Configurator::safeMode($texy);
상속: use trait Strict
파일 보기 프로젝트 열기: dg/texy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$safeTags

공개 메소드들

메소드 설명
__construct ( ) static class.
disableImages ( Texy $texy ) : void Disable all images.
disableLinks ( Texy $texy ) : void Disable all links.
safeMode ( Texy $texy ) : void Configure Texy! for web comments and other usages, where input text may insert attacker.

메소드 상세

__construct() 최종 공개 메소드

static class.
final public __construct ( )

disableImages() 공개 정적인 메소드

Disable all images.
public static disableImages ( Texy $texy ) : void
$texy Texy
리턴 void

safeMode() 공개 정적인 메소드

Configure Texy! for web comments and other usages, where input text may insert attacker.
public static safeMode ( Texy $texy ) : void
$texy Texy
리턴 void

프로퍼티 상세

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

public static $safeTags