Configurator
class Configurator
Texy basic configurators.
$texy = new Texy();
Configurator::safeMode($texy);
Properties
static | $safeTags |
Methods
Details
at line 43
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 71
static void
disableLinks(Texy $texy)
Disable all links.
at line 89
static void
disableImages(Texy $texy)
Disable all images.
Traits
Better OOP experience.