Class TexyConfigurator
Texy basic configurators.
| Constructor Summary | |
|---|---|
| public |
__construct
()
static class.
|
| Method Summary | |
|---|---|
| static void |
disableImages
(Texy $texy)
Disable all images.
|
| static void |
disableLinks
(Texy $texy)
Disable all links.
|
| static void |
Configure Texy! for web comments and other usages, where input text may insert attacker.
|
| Variable Summary | ||||
|---|---|---|---|---|
| static mixed | $safeTags | array(
'a' => array('href',... |
line 27 |
|
| Constructor Details | ||
|---|---|---|
|
line 48 __constructpublic __construct () static class. |
||
| Method Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 103 disableImagespublic static void disableImages (Texy $texy) Disable all images.
|
||||||||||||
|
line 82 disableLinkspublic static void disableLinks (Texy $texy) Disable all links.
|
||||||||||||
|
line 61 safeModepublic static void safeMode (Texy $texy) Configure Texy! for web comments and other usages, where input text may insert attacker.
|
||||||||||||