|
ILIAS
Release_4_2_x_branch Revision 61807
|
Presentation of ecs content details (http://...campusconnect/courselinks/id/details) More...
Collaboration diagram for ilECSEContentDetails:Public Member Functions | |
| __construct () | |
| Constructor. | |
| getSenders () | |
| Get senders. | |
| getFirstSender () | |
| get first sender | |
| getReceivers () | |
| Get recievers. | |
| getReceiverInfo () | |
| Get receiver info. | |
| getUrl () | |
| Get url. | |
| getOwner () | |
| loadFromJson ($json) | |
| Load from JSON object. | |
Data Fields | |
| $senders = array() | |
| $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 | ( | ) |
| ilECSEContentDetails::getFirstSender | ( | ) |
get first sender
Definition at line 64 of file class.ilECSEContentDetails.php.
| ilECSEContentDetails::getOwner | ( | ) |
Definition at line 96 of file class.ilECSEContentDetails.php.
References $owner.
| ilECSEContentDetails::getReceiverInfo | ( | ) |
Get receiver info.
Definition at line 82 of file class.ilECSEContentDetails.php.
References $receiver_info.
| ilECSEContentDetails::getReceivers | ( | ) |
Get recievers.
Definition at line 73 of file class.ilECSEContentDetails.php.
References $receivers.
Referenced by ilECSTaskScheduler\handleUpdate(), and loadFromJson().
Here is the caller graph for this function:| ilECSEContentDetails::getSenders | ( | ) |
Get senders.
Definition at line 56 of file class.ilECSEContentDetails.php.
References $senders.
| ilECSEContentDetails::getUrl | ( | ) |
Get url.
Definition at line 91 of file class.ilECSEContentDetails.php.
References $url.
| ilECSEContentDetails::loadFromJson | ( | $json | ) |
Load from JSON object.
public
| object | JSON object |
| ilECSReaderException |
Definition at line 109 of file class.ilECSEContentDetails.php.
References $ilLog, and getReceivers().
Here is the call graph for this function:| 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::$senders = array() |
Definition at line 35 of file class.ilECSEContentDetails.php.
Referenced by getSenders().
| ilECSEContentDetails::$url = array() |
Definition at line 37 of file class.ilECSEContentDetails.php.
Referenced by getUrl().