safeMode() 공개 정적인 메소드

Configure Texy! for web comments and other usages, where input text may insert attacker.
public static safeMode ( Texy $texy ) : void
$texy Texy
리턴 void
예제 #1
0
 public function configure(Texy $texy)
 {
     Configurator::safeMode($texy);
 }