Public Member Functions |
| | Ilias4Soap ($cms) |
| | addUser ($user_data, $role_id) |
| | copyObject ($source_id, $target_id) |
| | getPath ($ref_id) |
| | getRawPath ($ref_id) |
| | Ilias3Soap ($cms) |
| | setUserType ($user_type) |
| | getSID () |
| | call ($method, $params) |
| | loadCacheData ($cms) |
| | getCachingStatus () |
| | setCachingStatus ($bool_value) |
| | clearCache () |
| | saveCacheData () |
| | ParseXML ($data) |
| | utf8_decode_array_values ($ar) |
| | 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) |
| | 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) |
| | getError () |
| | StudipSoapClient ($path) |
| | getError () |
| | getCorrectedWsdl ($path) |
Member Function Documentation
| 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
Reimplemented from Ilias3Soap.
| 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
get path
returns repository-path to ilias-object public
- Parameters
-
| string | source_id reference-id |
| string | target_id reference-id |
- Returns
- string result
returns repository-path to ilias-object
public
- Parameters
-
| string | source_id reference-id |
| string | target_id reference-id |
- Returns
- string result
constructor
init class.
- Parameters
-
Field Documentation
The documentation for this class was generated from the following file: