|
XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
| system | |
Functions | |
| modify_chmod ($value_chmod, $path_file, $id) | |
| system_AdminIcons ($img) | |
| system_adminVersion ($version, $value= '') | |
| system_cleanVars (&$global, $key, $default= '', $type= 'int') | |
| system_loadLanguage ($name, $domain= '', $language=null) | |
| system_loadTemplate ($name) | |
| modify_chmod | ( | $value_chmod, | |
| $path_file, | |||
| $id | |||
| ) |
| int | $value_chmod | |
| string | $path_file | |
| string | $id |
Definition at line 148 of file functions.php.
References $id.
| system_AdminIcons | ( | $img | ) |
| string | $img |
Definition at line 117 of file functions.php.
References $url, $xoops, and Xoops\getInstance().

| system_adminVersion | ( | $version, | |
$value = '' |
|||
| ) |
| string | $version | |
| string | $value |
Definition at line 95 of file functions.php.
References $modversion, $path, $xoops, XoopsLoad\fileExists(), and Xoops\getInstance().

| system_cleanVars | ( | & | $global, |
| $key, | |||
$default = '', |
|||
$type = 'int' |
|||
| ) |
Get variables passed by GET or POST method
| $global | ||
| $key | ||
| string | $default | |
| string | $type |
Definition at line 32 of file functions.php.
References $type.
| system_loadLanguage | ( | $name, | |
$domain = '', |
|||
$language = null |
|||
| ) |
System language loader wrapper
| string | $name | Name of language file to be loaded, without extension |
| string | $domain | Module dirname; global language file will be loaded if $domain is set to 'global' or not specified |
| string | $language | Language to be loaded, current language content will be loaded if not specified |
We must check later for an empty value. As xoops_getPageOption could be empty
Definition at line 66 of file functions.php.
References $file, $language, $name, $path, $xoops, XoopsLoad\fileExists(), and Xoops\getInstance().

| system_loadTemplate | ( | $name | ) |
| string | $name |
Definition at line 130 of file functions.php.
References $name, $path, $xoops, XoopsLoad\fileExists(), and Xoops\getInstance().
