TexyConfigurator
class TexyConfigurator
Texy basic configurators.
$texy = new Texy();
TexyConfigurator::safeMode($texy);
Properties
static | $safeTags |
Methods
Details
at line 41
final
__construct()
static class.
at line 53
static void
safeMode(Texy $texy)
Configure Texy! for web comments and other usages, where input text may insert attacker.
at line 73
static void
disableLinks(Texy $texy)
Disable all links.
at line 93
static void
disableImages(Texy $texy)
Disable all images.