|
| __construct ($cms) |
|
| addUser ($user_data, $role_id) |
|
| copyObject ($source_id, $target_id) |
|
| getPath ($ref_id) |
|
| getRawPath ($ref_id) |
|
| __construct ($cms) |
|
| setUserType ($user_type) |
|
| getSID () |
|
| call ($method, $params) |
|
| loadCacheData ($cms) |
|
| getCachingStatus () |
|
| setCachingStatus ($bool_value) |
|
| clearCache () |
|
| saveCacheData () |
|
| ParseXML ($data) |
|
| login () |
|
| logout () |
|
| searchObjects ($types, $key, $combination, $user_id="") |
|
| getObjectByReference ($ref, $user_id="") |
|
| getObjectByTitle ($key, $type="") |
|
| getReferenceByTitle ($key, $type="") |
|
| addObject ($object_data, $ref_id) |
|
| deleteObject ($reference_id) |
|
| addReference ($object_id, $ref_id) |
|
| getTreeChilds ($ref_id, $types="", $user_id="") |
|
| getOperations () |
|
| getObjectTreeOperations ($ref_id, $user_id) |
|
| getUserRoles ($user_id) |
|
| getLocalRoles ($course_id) |
|
| addRole ($role_data, $ref_id) |
|
| addRoleFromTemplate ($role_data, $ref_id, $role_id) |
|
| deleteUserRoleEntry ($user_id, $role_id) |
|
| addUserRoleEntry ($user_id, $role_id) |
|
| grantPermissions ($operations, $role_id, $ref_id) |
|
| revokePermissions ($role_id, $ref_id) |
|
| lookupUser ($username) |
|
| getUser ($user_id) |
|
| addUser ($user_data, $role_id) |
|
| updateUser ($user_data) |
|
| updatePassword ($user_id, $password) |
|
| deleteUser ($user_id) |
|
| isMember ($user_id, $course_id) |
|
| addMember ($user_id, $type, $course_id) |
|
| addCourse ($course_data, $ref_id) |
|
| getCourseXML ($course_data) |
|
| checkReferenceById ($id) |
|
| StudipSoapClient ($path) |
|
| call ($method, $params) |
|
| getError () |
|
| StudipSoapClient ($path) |
|
| call ($method, $params) |
|
| getError () |
|
| getCorrectedWsdl ($path) |
|
◆ __construct()
constructor
init class.
- Parameters
-
◆ addUser()
addUser |
( |
|
$user_data, |
|
|
|
$role_id |
|
) |
| |
add user by importUsers
adds new user and sets role-id public
- Parameters
-
array | user_data user-data |
string | role_id global role-id for new user |
- Returns
- string user-id
◆ copyObject()
copyObject |
( |
|
$source_id, |
|
|
|
$target_id |
|
) |
| |
copy object
copy ilias-object public
- Parameters
-
string | source_id reference-id |
string | target_id reference-id |
- Returns
- string result
◆ getPath()
get path
returns repository-path to ilias-object public
- Parameters
-
string | source_id reference-id |
string | target_id reference-id |
- Returns
- string result
◆ getRawPath()
returns repository-path to ilias-object
public
- Parameters
-
string | source_id reference-id |
string | target_id reference-id |
- Returns
- string result
◆ $admin_sid
◆ $cms_type
◆ $separator_string
◆ $soap_cache
◆ $user_sid
◆ $user_type
The documentation for this class was generated from the following file: