| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Presentation of ecs content details (http://...campusconnect/courselinks/id/details) More...
 Collaboration diagram for ilECSEContentDetails:
 Collaboration diagram for ilECSEContentDetails:| Public Member Functions | |
| __construct () | |
| getSenders () | |
| Get senders. | |
| getFirstSender () | |
| get first sender | |
| getMySender () | |
| Get sender from whom we received the ressource According to the documentation the sender and receiver arrays have corresponding indexes. | |
| getReceivers () | |
| Get recievers. | |
| getReceiverInfo () | |
| Get receiver info. | |
| getUrl () | |
| Get url. | |
| getOwner () | |
| loadFromJson ($json) | |
| Load from JSON object. | |
| Static Public Member Functions | |
| static | getInstance ($a_server_id, $a_econtent_id, $a_resource_type) | 
| Get data from server. | |
| 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 44 of file class.ilECSEContentDetails.php.
| ilECSEContentDetails::getFirstSender | ( | ) | 
get first sender
Definition at line 101 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 57 of file class.ilECSEContentDetails.php.
References $ilLog, $res, ilECSSetting\getInstanceByServerId(), and ilECSConnector\HTTP_CODE_NOT_FOUND.
Referenced by ilECSObjectSettings\addSettingsToForm(), ilECSObjectSettings\getParticipants(), ilRemoteObjectBase\handleUpdate(), and ilECSObjectSettings\sendNewContentNotification().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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 110 of file class.ilECSEContentDetails.php.
References $sender_index.
| ilECSEContentDetails::getOwner | ( | ) | 
Definition at line 142 of file class.ilECSEContentDetails.php.
References $owner.
| ilECSEContentDetails::getReceiverInfo | ( | ) | 
Get receiver info.
Definition at line 128 of file class.ilECSEContentDetails.php.
References $receiver_info.
| ilECSEContentDetails::getReceivers | ( | ) | 
Get recievers.
Definition at line 119 of file class.ilECSEContentDetails.php.
References $receivers.
Referenced by loadFromJson().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSEContentDetails::getSenders | ( | ) | 
Get senders.
Definition at line 93 of file class.ilECSEContentDetails.php.
References $senders.
| ilECSEContentDetails::getUrl | ( | ) | 
Get url.
Definition at line 137 of file class.ilECSEContentDetails.php.
References $url.
| ilECSEContentDetails::loadFromJson | ( | $json | ) | 
Load from JSON object.
public
| object | JSON object | 
| ilException | 
Definition at line 154 of file class.ilECSEContentDetails.php.
References $ilLog, and getReceivers().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilECSEContentDetails::$content_type = array() | 
Definition at line 39 of file class.ilECSEContentDetails.php.
| ilECSEContentDetails::$owner = 0 | 
Definition at line 40 of file class.ilECSEContentDetails.php.
Referenced by getOwner().
| 
 | private | 
Definition at line 42 of file class.ilECSEContentDetails.php.
Referenced by getReceiverInfo().
| ilECSEContentDetails::$receivers = array() | 
Definition at line 37 of file class.ilECSEContentDetails.php.
Referenced by getReceivers().
| ilECSEContentDetails::$sender_index = NULL | 
Definition at line 36 of file class.ilECSEContentDetails.php.
Referenced by getMySender().
| ilECSEContentDetails::$senders = array() | 
Definition at line 35 of file class.ilECSEContentDetails.php.
Referenced by getSenders().
| ilECSEContentDetails::$url = array() | 
Definition at line 38 of file class.ilECSEContentDetails.php.
Referenced by getUrl().