ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Soap methods for adminstrating web links. More...
Public Member Functions | |
__construct () | |
readWebLink (string $sid, int $request_ref_id) | |
createWebLink (string $sid, int $target_id, string $weblink_xml) | |
updateWebLink (string $sid, int $request_ref_id, string $weblink_xml) | |
![]() | |
__construct (bool $use_nusoap=true) | |
getMessage () | |
appendMessage (string $a_str) | |
setMessageCode (string $a_code) | |
getMessageCode () | |
reInitUser () | |
isFault ($object) | |
getInstallationInfoXML () | |
getClientInfoXML (string $clientid) | |
Additional Inherited Members | |
![]() | |
const | NUSOAP = 1 |
const | PHP5 = 2 |
int | $error_method |
Defines type of error handling (PHP5 || NUSOAP) More... | |
![]() | |
checkSession (string $sid) | |
explodeSid (string $sid) | |
setMessage (string $a_str) | |
initAuth (string $sid) | |
initIlias () | |
initAuthenticationObject () | |
raiseError (string $a_message, $a_code) | |
checkObjectAccess (int $ref_id, array $expected_type, string $permission, bool $returnObject=false) | |
check access for ref id: expected type, permission, return object instance if returnobject is true More... | |
![]() | |
bool | $soap_check = true |
string | $message = '' |
string | $message_code = '' |
Soap methods for adminstrating web links.
Definition at line 8 of file class.ilSoapWebLinkAdministration.php.
ilSoapWebLinkAdministration::__construct | ( | ) |
Definition at line 10 of file class.ilSoapWebLinkAdministration.php.
References ILIAS\GlobalScreen\Provider\__construct().
ilSoapWebLinkAdministration::createWebLink | ( | string | $sid, |
int | $target_id, | ||
string | $weblink_xml | ||
) |
Definition at line 87 of file class.ilSoapWebLinkAdministration.php.
References $DIC, Vendor\Package\$e, ilObject\_isInTrash(), ilSoapAdministration\checkSession(), ilObjectFactory\getInstanceByRefId(), ilSoapAdministration\getMessage(), ilSoapAdministration\getMessageCode(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), ilWebLinkXmlParser\MODE_CREATE, and ilSoapAdministration\raiseError().
ilSoapWebLinkAdministration::readWebLink | ( | string | $sid, |
int | $request_ref_id | ||
) |
Definition at line 18 of file class.ilSoapWebLinkAdministration.php.
References $DIC, Vendor\Package\$e, $ref_id, ilObject\_getAllReferences(), ilObject\_isInTrash(), ilObject\_lookupObjectId(), ilSoapAdministration\checkSession(), ilSoapAdministration\getMessage(), ilSoapAdministration\getMessageCode(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), and ilSoapAdministration\raiseError().
ilSoapWebLinkAdministration::updateWebLink | ( | string | $sid, |
int | $request_ref_id, | ||
string | $weblink_xml | ||
) |
PhpParamsInspection
Definition at line 149 of file class.ilSoapWebLinkAdministration.php.
References $DIC, Vendor\Package\$e, $ref_id, ilObject\_getAllReferences(), ilObject\_isInTrash(), ilObject\_lookupObjectId(), ilSoapAdministration\checkSession(), ilObjectFactory\getInstanceByObjId(), ilSoapAdministration\getMessage(), ilSoapAdministration\getMessageCode(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), ilWebLinkXmlParser\MODE_UPDATE, and ilSoapAdministration\raiseError().