safeMode() public static method

Configure Texy! for web comments and other usages, where input text may insert attacker.
public static safeMode ( Texy $texy ) : void
$texy Texy
return void
Exemplo n.º 1
0
 public function configure(Texy $texy)
 {
     Configurator::safeMode($texy);
 }