XOOPS
2.6.0
|
Public Member Functions | |
geshi ($source, $language) | |
load (MyTextSanitizer &$ts, $source, $language) | |
php ($text) | |
Public Member Functions inherited from MyTextSanitizerExtension | |
__construct (MyTextSanitizer &$ts) | |
encode ($value) | |
Additional Inherited Members | |
Static Public Member Functions inherited from MyTextSanitizerExtension | |
static | decode ($url, $width, $height) |
static | loadConfig ($path=null) |
static | mergeConfig ($config_default, $config_custom) |
Public Attributes inherited from MyTextSanitizerExtension | |
$config | |
$image_path | |
$instance | |
$ts | |
Definition at line 24 of file syntaxhighlight.php.
MytsSyntaxhighlight::geshi | ( | $source, | |
$language | |||
) |
string | $source | |
string | $language |
Definition at line 105 of file syntaxhighlight.php.
References $code, $language, Xoops_Locale_Abstract\getCharset(), and XoopsLoad\load().
Referenced by load().
MytsSyntaxhighlight::load | ( | MyTextSanitizer & | $ts, |
$source, | |||
$language | |||
) |
MyTextSanitizer | $ts | |
string | $source | |
string | $language |
Definition at line 32 of file syntaxhighlight.php.
References MyTextSanitizerExtension\$config, $language, geshi(), php(), and MyTextSanitizer\undoHtmlSpecialChars().
MytsSyntaxhighlight::php | ( | $text | ) |
string | $text |
Definition at line 56 of file syntaxhighlight.php.
References $text.
Referenced by load().