save timestamp
saves a timestamp for debugging and performance-check
- Parameters
-
static checkIntegrity |
( |
| ) |
|
|
static |
check db-integrity
checks if there are broken links in the database
- Returns
- boolean successful
static deleteCMSData |
( |
|
$cms_type | ) |
|
|
static |
delete cms-data
deletes all data belonging to the specified cms from stud.ip database
static getCMSFooter |
( |
|
$logo | ) |
|
|
static |
get table-footer for connected cms
returns a table-footer for connected cms
- Parameters
-
- Returns
- string returns html-code
static getCMSHeader |
( |
|
$title | ) |
|
|
static |
get table-header for connected cms
returns a table-header for connected cms
- Parameters
-
- Returns
- string returns html-code
static getCMSSelectbox |
( |
|
$message, |
|
|
|
$check_active = true |
|
) |
| |
|
static |
get cms-selectbox
returns a form to select a cms
- Parameters
-
string | $message | description-text |
boolean | $check_active | show only activated systems |
- Returns
- string returns html-code
static getConfigValue |
( |
|
$name, |
|
|
|
$cms |
|
) |
| |
|
static |
gets config-value with given name from globals
- Parameters
-
string | $name | entry-name |
string | $cms | system-type |
- Returns
- boolean returns false if no cms is given
static getHeader |
( |
|
$title | ) |
|
|
static |
get Headline
returns a table with a headline
- Parameters
-
- Returns
- string returns html-code
static getIliasCourses |
( |
|
$sem_id | ) |
|
|
static |
get ilias courses
creates output of ilias courses linked to the chosen seminar. also updates object-connections.
- Returns
- array
static getModuleHeader |
( |
|
$title | ) |
|
|
static |
get headline for modules
returns a table with a headline
- Parameters
-
- Returns
- string returns html-code
static getMyAccountForm |
( |
|
$message, |
|
|
|
$my_account_cms |
|
) |
| |
|
static |
get form for external user-account
returns a form for administration of external user-account
- Parameters
-
string | message message-string |
string | my_account_cms cms-type |
- Returns
- string returns html-code
static getNewAccountForm |
( |
& |
$new_account_cms | ) |
|
|
static |
get form for new user
returns a form to add a user-account to connected cms
- Parameters
-
string | $new_account_cms | system-type |
- Returns
- string returns html-code
static getNewModuleForm |
( |
|
$cms | ) |
|
|
static |
get form for new content-module
returns a form to choose module-type and to create a new content-module
- Parameters
-
- Returns
- string returns html-code
static getSearchfield |
( |
|
$message | ) |
|
|
static |
get searchfield
returns a form to search for modules
- Parameters
-
string | $message | description-text |
- Returns
- string returns html-code
static getTypeSelectbox |
( |
|
$cms | ) |
|
|
static |
get moduletype-selectbox
returns a form to select type for new contentmodule
- Parameters
-
- Returns
- string returns html-code
static initElearningInterfaces |
( |
| ) |
|
|
static |
static isCMSActive |
( |
|
$cms | ) |
|
|
static |
check cms-status
checks if connected content-management-system is activated
- Parameters
-
loads class ConnectedCMS for given system-type and creates an instance
- Parameters
-
static setConfigValue |
( |
|
$name, |
|
|
|
$value, |
|
|
|
$cms |
|
) |
| |
|
static |
set config-value
writes config-value with given name and value to database
- Parameters
-
string | $name | entry-name |
string | $value | value |
string | $cms | system-type |
show benchmark
shows saved timestamps with descriptions
- Parameters
-
The documentation for this class was generated from the following file: