Skip to content

SYSTEM API api_system

Ulf Gebhardt edited this page Mar 15, 2016 · 2 revisions

SYSTEM\API\api_system

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)

Arguments

  • $username mixed
  • $password_sha mixed
  • $password_md5 mixed

call_account_action_logout

mixed SYSTEM\API\api_login::call_account_action_logout()

call_account_action_isloggedin

mixed SYSTEM\API\api_login::call_account_action_isloggedin()

call_account_action_check

mixed SYSTEM\API\api_login::call_account_action_check($rightid)

Arguments

  • $rightid mixed

call_account_action_create

mixed SYSTEM\API\api_login::call_account_action_create($username, $password_sha, $email, $locale)

Arguments

  • $username mixed
  • $password_sha mixed
  • $email mixed
  • $locale mixed
Clone this wiki locally