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
コード例 #1
0
ファイル: SafeMode.php プロジェクト: lookyman/nette-texy
 public function configure(Texy $texy)
 {
     Configurator::safeMode($texy);
 }