docu_system_wiki/SYSTEM-API-api_system.md

266 lines
3.2 KiB
Markdown

SYSTEM\API\api_system
===============
* Class name: api_system
* Namespace: SYSTEM\API
* Parent class: [SYSTEM\API\api_login](SYSTEM-API-api_login.md)
Methods
-------
### call_cron
mixed SYSTEM\API\api_system::call_cron()
* Visibility: **public**
* This method is **static**.
### call_text
mixed SYSTEM\API\api_system::call_text($request, $lang)
* Visibility: **public**
* This method is **static**.
#### Arguments
* $request **mixed**
* $lang **mixed**
### call_files
mixed SYSTEM\API\api_system::call_files($cat, $id)
* Visibility: **public**
* This method is **static**.
#### Arguments
* $cat **mixed**
* $id **mixed**
### call_pages
mixed SYSTEM\API\api_system::call_pages($group, $state)
* Visibility: **public**
* This method is **static**.
#### Arguments
* $group **mixed**
* $state **mixed**
### static__lang
mixed SYSTEM\API\api_system::static__lang($lang)
* Visibility: **public**
* This method is **static**.
#### Arguments
* $lang **mixed**
### static__result
mixed SYSTEM\API\api_system::static__result($result)
* Visibility: **public**
* This method is **static**.
#### Arguments
* $result **mixed**
### static__
mixed SYSTEM\API\api_system::static__($_)
* Visibility: **public**
* This method is **static**.
#### Arguments
* $_ **mixed**
### call_bug
mixed SYSTEM\API\api_system::call_bug($message, $data)
* Visibility: **public**
* This method is **static**.
#### Arguments
* $message **mixed**
* $data **mixed**
### call_cache
mixed SYSTEM\API\api_system::call_cache($id, $ident)
* Visibility: **public**
* This method is **static**.
#### Arguments
* $id **mixed**
* $ident **mixed**
### call_account_action_login
mixed SYSTEM\API\api_login::call_account_action_login($username, $password_sha, $password_md5)
* Visibility: **public**
* This method is **static**.
* This method is defined by [SYSTEM\API\api_login](SYSTEM-API-api_login.md)
#### Arguments
* $username **mixed**
* $password_sha **mixed**
* $password_md5 **mixed**
### call_account_action_logout
mixed SYSTEM\API\api_login::call_account_action_logout()
* Visibility: **public**
* This method is **static**.
* This method is defined by [SYSTEM\API\api_login](SYSTEM-API-api_login.md)
### call_account_action_isloggedin
mixed SYSTEM\API\api_login::call_account_action_isloggedin()
* Visibility: **public**
* This method is **static**.
* This method is defined by [SYSTEM\API\api_login](SYSTEM-API-api_login.md)
### call_account_action_check
mixed SYSTEM\API\api_login::call_account_action_check($rightid)
* Visibility: **public**
* This method is **static**.
* This method is defined by [SYSTEM\API\api_login](SYSTEM-API-api_login.md)
#### Arguments
* $rightid **mixed**
### call_account_action_create
mixed SYSTEM\API\api_login::call_account_action_create($username, $password_sha, $email, $locale)
* Visibility: **public**
* This method is **static**.
* This method is defined by [SYSTEM\API\api_login](SYSTEM-API-api_login.md)
#### Arguments
* $username **mixed**
* $password_sha **mixed**
* $email **mixed**
* $locale **mixed**