ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Presentation of ecs content details (http://...campusconnect/courselinks/id/details) More...
Public Member Functions | |
__construct () | |
getSenders () | |
Get senders. More... | |
getFirstSender () | |
get first sender More... | |
getMySender () | |
Get sender from whom we received the ressource According to the documentation the sender and receiver arrays have corresponding indexes. More... | |
getReceivers () | |
Get recievers. More... | |
getFirstReceiver () | |
Get first receiver. More... | |
getReceiverInfo () | |
Get receiver info. More... | |
getUrl () | |
Get url. More... | |
getOwner () | |
loadFromJson ($json) | |
Load from JSON object. More... | |
Static Public Member Functions | |
static | getInstance ($a_server_id, $a_econtent_id, $a_resource_type) |
Get data from server. More... | |
Data Fields | |
$senders = array() | |
$sender_index = null | |
$receivers = array() | |
$url = array() | |
$content_type = array() | |
$owner = 0 | |
Private Attributes | |
$receiver_info = array() | |
Presentation of ecs content details (http://...campusconnect/courselinks/id/details)
Definition at line 32 of file class.ilECSEContentDetails.php.
ilECSEContentDetails::__construct | ( | ) |
Definition at line 43 of file class.ilECSEContentDetails.php.
ilECSEContentDetails::getFirstReceiver | ( | ) |
Get first receiver.
Definition at line 123 of file class.ilECSEContentDetails.php.
References getReceivers().
ilECSEContentDetails::getFirstSender | ( | ) |
get first sender
Definition at line 96 of file class.ilECSEContentDetails.php.
|
static |
Get data from server.
int | $a_server_id | |
int | $a_econtent_id | |
string | $a_resource_type |
Definition at line 55 of file class.ilECSEContentDetails.php.
References $DIC, $ilLog, $res, ilECSSetting\getInstanceByServerId(), and ilECSConnector\HTTP_CODE_NOT_FOUND.
Referenced by ilECSObjectSettings\addSettingsToForm(), ilECSObjectSettings\getParticipants(), ilRemoteObjectBase\handleUpdate(), and ilECSObjectSettings\sendNewContentNotification().
ilECSEContentDetails::getMySender | ( | ) |
Get sender from whom we received the ressource According to the documentation the sender and receiver arrays have corresponding indexes.
Definition at line 105 of file class.ilECSEContentDetails.php.
References $sender_index.
ilECSEContentDetails::getOwner | ( | ) |
ilECSEContentDetails::getReceiverInfo | ( | ) |
Get receiver info.
Definition at line 135 of file class.ilECSEContentDetails.php.
References $receiver_info.
ilECSEContentDetails::getReceivers | ( | ) |
Get recievers.
Definition at line 114 of file class.ilECSEContentDetails.php.
References $receivers.
Referenced by getFirstReceiver(), and loadFromJson().
ilECSEContentDetails::getSenders | ( | ) |
Get senders.
Definition at line 88 of file class.ilECSEContentDetails.php.
References $senders.
ilECSEContentDetails::getUrl | ( | ) |
Get url.
Definition at line 144 of file class.ilECSEContentDetails.php.
References $url.
ilECSEContentDetails::loadFromJson | ( | $json | ) |
Load from JSON object.
public
object | JSON object |
ilException |
Definition at line 161 of file class.ilECSEContentDetails.php.
References $DIC, $i, $ilLog, $index, and getReceivers().
ilECSEContentDetails::$content_type = array() |
Definition at line 38 of file class.ilECSEContentDetails.php.
ilECSEContentDetails::$owner = 0 |
Definition at line 39 of file class.ilECSEContentDetails.php.
Referenced by getOwner().
|
private |
Definition at line 41 of file class.ilECSEContentDetails.php.
Referenced by getReceiverInfo().
ilECSEContentDetails::$receivers = array() |
Definition at line 36 of file class.ilECSEContentDetails.php.
Referenced by getReceivers().
ilECSEContentDetails::$sender_index = null |
Definition at line 35 of file class.ilECSEContentDetails.php.
Referenced by getMySender().
ilECSEContentDetails::$senders = array() |
Definition at line 34 of file class.ilECSEContentDetails.php.
Referenced by getSenders().
ilECSEContentDetails::$url = array() |
Definition at line 37 of file class.ilECSEContentDetails.php.
Referenced by getUrl().