XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct (&$ts) | |
decode () | |
encode () | |
loadConfig ($path=null) | |
mergeConfig ($config_default, $config_custom) | |
MyTextSanitizerExtension (&$ts) | |
Public Attributes | |
$config | |
$image_path | |
$instance | |
$ts | |
Abstract class for extensions
Definition at line 28 of file module.textsanitizer.php.
MyTextSanitizerExtension::__construct | ( | & | $ts | ) |
Constructor
unknown_type | $ts |
Definition at line 40 of file module.textsanitizer.php.
References $ts.
Referenced by MyTextSanitizerExtension().
MyTextSanitizerExtension::decode | ( | ) |
MyTextSanitizerExtension::encode | ( | ) |
MyTextSanitizerExtension::loadConfig | ( | $path = null | ) |
loadConfig
string | $path |
Definition at line 63 of file module.textsanitizer.php.
References $path, $ts, DIRECTORY_SEPARATOR, MyTextSanitizer\getInstance(), and mergeConfig().
Referenced by MyTextSanitizer\loadConfig().
MyTextSanitizerExtension::mergeConfig | ( | $config_default, | |
$config_custom | |||
) |
Merge Config
array | $config_default | |
array | $config_custom |
Definition at line 95 of file module.textsanitizer.php.
Referenced by loadConfig().
MyTextSanitizerExtension::MyTextSanitizerExtension | ( | & | $ts | ) |
object | $ts |
Definition at line 52 of file module.textsanitizer.php.
References $ts, and __construct().
MyTextSanitizerExtension::$config |
Definition at line 32 of file module.textsanitizer.php.
Referenced by MytsYoutube\encode().
MyTextSanitizerExtension::$image_path |
Definition at line 33 of file module.textsanitizer.php.
MyTextSanitizerExtension::$instance |
Definition at line 30 of file module.textsanitizer.php.
MyTextSanitizerExtension::$ts |
Definition at line 31 of file module.textsanitizer.php.
Referenced by __construct(), MytsYoutube\load(), loadConfig(), and MyTextSanitizerExtension().