|
ILIAS
release_8 Revision v8.24
|
Soap methods for adminstrating web links. More...
Inheritance diagram for ilSoapWebLinkAdministration:
Collaboration diagram for ilSoapWebLinkAdministration: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) | |
Public Member Functions inherited from ilSoapAdministration | |
| __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 | |
Data Fields inherited from ilSoapAdministration | |
| const | NUSOAP = 1 |
| const | PHP5 = 2 |
| int | $error_method |
| Defines type of error handling (PHP5 || NUSOAP) More... | |
Protected Member Functions inherited from ilSoapAdministration | |
| 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... | |
Protected Attributes inherited from ilSoapAdministration | |
| 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().
Here is the call graph for this function:| ilSoapWebLinkAdministration::createWebLink | ( | string | $sid, |
| int | $target_id, | ||
| string | $weblink_xml | ||
| ) |
Definition at line 87 of file class.ilSoapWebLinkAdministration.php.
References $DIC, Vendor\Package\$e, $target_id, ilObject\_isInTrash(), ilSoapAdministration\checkSession(), ilObjectFactory\getInstanceByRefId(), ilSoapAdministration\getMessage(), ilSoapAdministration\getMessageCode(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), ilWebLinkXmlParser\MODE_CREATE, and ilSoapAdministration\raiseError().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilSoapWebLinkAdministration::updateWebLink | ( | string | $sid, |
| int | $request_ref_id, | ||
| string | $weblink_xml | ||
| ) |
@noinspection 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().
Here is the call graph for this function: