saimod_sys_docu Class provided by System as saimod to display the code documentation
| package |
SYSTEM\SAI |
|---|
call_account_action_change_email(string $new_email) : \SYSTEM\API\JSON
stringUsers new EMail Address
\SYSTEM\API\JSONReturns JSON result with success/failure status
call_account_action_change_password(string $old_password_sha1, string $new_password_sha1) : \SYSTEM\API\JSON
stringUsers Old Password SHA1 String
stringUsers New Password SHA1 String
\SYSTEM\API\JSONReturns JSON result with success/failure status
call_account_action_check(integer $rightid) : \SYSTEM\API\JSON
integerRightID of the right to be checked
\SYSTEM\API\JSONReturns JSON result with success/failure status
call_account_action_confirm(string $token) : \SYSTEM\API\JSON
stringToken to do specifics with your Account
\SYSTEM\API\JSONReturns JSON result with success/failure status
call_account_action_confirm_email() : \SYSTEM\API\JSON
\SYSTEM\API\JSONReturns JSON result with success/failure status
call_account_action_create(string $username, \SYSTEM\API\sha1 $password_sha1, \SYSTEM\API\email $email, \SYSTEM\API\lang $locale = null) : \SYSTEM\API\JSON
stringUsername
\SYSTEM\API\sha1User Password SHA1 String
\SYSTEM\API\emailEmail of the new User
\SYSTEM\API\langLocale which the User wants to register or null for default language
\SYSTEM\API\JSONReturns JSON result with success/failure status
call_account_action_isloggedin() : \SYSTEM\API\JSON
\SYSTEM\API\JSONReturns JSON result with success/failure status
call_account_action_login(string $username, \SYSTEM\API\sha1 $password_sha1, \SYSTEM\API\lang $locale = null) : \SYSTEM\API\JSON
stringUsername
\SYSTEM\API\sha1User Password SHA1 String
\SYSTEM\API\langLocale which the User wants to login with
\SYSTEM\API\JSONReturns JSON result with success/failure status
call_account_action_logout() : \SYSTEM\API\JSON
\SYSTEM\API\JSONReturns JSON result with success/failure status
call_account_action_reset_password(string $username) : \SYSTEM\API\JSON
stringUsername
\SYSTEM\API\JSONReturns JSON result with success/failure status
call_bug(string $message, \SYSTEM\API\JSON $data) : null
stringBugreport Message
\SYSTEM\API\JSONBugreport Data
nullReturns JSON result with success/failure status
call_cache(integer $id, \SYSTEM\API\sha1 $ident) : mixed
integerCache id to be queried
\SYSTEM\API\sha1Cache ident to be queried
mixedReturns cached Data from Database
call_cron() : \SYSTEM\API\JSON
\SYSTEM\API\JSONReturns JSON result with success/failure status
call_files(string $cat, string $id = null) : mixed
stringFile category
stringFile name
mixedReturns JSON result with failure status or streams the File
call_pages(integer $group, string $state) : mixed
integerPage Group for Statesystem
stringFull name of the State.
mixedReturns JSON result with data/failure status
call_text(mixed $request, \SYSTEM\API\lang $lang) : \SYSTEM\API\JSON
mixedRequest String for Text API
\SYSTEM\API\langRequest Language for given text
\SYSTEM\API\JSONReturns JSON result with data/failure status
default_page(string $_escaped_fragment_ = null) : string
stringParam for Hashbangcrawling
stringReturns HTML of the defaultpage
get_apigroup() : integer
integerReturns api group id.
get_class() : string
stringReturns your API-Class name
get_default_state() : string
stringReturns name of the startstate.
get_params(array $params) : array
arrayParams to be corrected
arrayReturns array of corrected Params.
js() : array
arrayReturns array of Pathobjects pointing to the saimods js
right_public() : boolean
Override this
booleanReturns true if the saimod is public
right_right() : boolean
Override this
booleanReturns true if accessable for the user else false
sai_mod__SYSTEM_SAI_saimod_sys_docu(string $cat = '\SYSTEM\DOCU\docu_system') : string
stringDocu selected
stringReturns HTML for the Saimods startpage
sai_mod__SYSTEM_SAI_saimod_sys_docu_action_generate() : \SYSTEM\SAI\json
\SYSTEM\SAI\jsonReturns jsn with log
sai_mod__SYSTEM_SAI_saimod_sys_docu_action_generate_md() : null
nullReturns null
static__(mixed $_) : null
mixedAnticaching Parameter of some Browsers
nullReturns nothing
static__escaped_fragment_(string $_escaped_fragment_) : string
stringHashbang-Encoded State
stringReturns your API-HTML result as HTML-Snapshot
static__lang(\SYSTEM\API\lang $lang) : null
\SYSTEM\API\langLanguage requested
nullReturns nothing
static__result(\SYSTEM\API\result $result) : null
\SYSTEM\API\resultResulttype
nullReturns nothing