3 declare(strict_types=0);
38 private int $mode = self::MODE_SOAP;
51 $this->setting = $DIC->settings();
52 $this->
access = $DIC->access();
58 public function setMode(
int $a_mode): void
60 $this->mode = $a_mode;
70 if ($this->
getMode() == self::MODE_SOAP) {
75 if ($this->attach_users) {
87 } elseif ($this->
getMode() == self::MODE_EXPORT) {
105 if ($a_tag ==
"Identifier" && $a_param ==
"Entry") {
106 $a_value =
"il_" . $this->setting->get(
'inst_id') .
"_crs_" . $this->course_obj->getId();
115 $this->
xmlSetDtdDef(
"<!DOCTYPE Course PUBLIC \"-//ILIAS//DTD Course//EN\" \"" . ILIAS_HTTP_PATH .
"/xml/ilias_crs_5_0.dtd\">");
116 $this->
xmlSetGenCmt(
"Export of ILIAS course " . $this->course_obj->getId() .
" of installation " . $this->setting->get(
'inst_id') .
".");
122 $attrs[
"exportVersion"] = self::EXPORT_VERSION;
123 $attrs[
"id"] =
"il_" . $this->setting->get(
'inst_id') .
'_crs_' . $this->course_obj->getId();
124 $attrs[
'showMembers'] = ($this->course_obj->getShowMembers() ?
'Yes' :
'No');
130 $md2xml =
new ilMD2XML($this->course_obj->getId(), $this->course_obj->getId(),
'crs');
142 $admins = $this->course_obj->getMembersObject()->getAdmins();
143 $admins =
$GLOBALS[
'DIC']->access()->filterUserIdsByRbacOrPositionOfCurrentUser(
146 $this->course_obj->getRefId(),
150 foreach ($admins as
$id) {
151 $attr[
'id'] =
'il_' . $this->setting->get(
'inst_id') .
'_usr_' .
$id;
152 $attr[
'notification'] = ($this->course_obj->getMembersObject()->isNotificationEnabled($id)) ?
'Yes' :
'No';
153 $attr[
'passed'] = $this->course_obj->getMembersObject()->hasPassed($id) ?
'Yes' :
'No';
154 $attr[
'contact'] = $this->course_obj->getMembersObject()->isContact($id) ?
'Yes' :
'No';
163 $tutors = $this->course_obj->getMembersObject()->getTutors();
164 $tutors = $this->
access->filterUserIdsByRbacOrPositionOfCurrentUser(
167 $this->course_obj->getRefId(),
170 foreach ($tutors as
$id) {
171 $attr[
'id'] =
'il_' . $this->setting->get(
'inst_id') .
'_usr_' .
$id;
172 $attr[
'notification'] = ($this->course_obj->getMembersObject()->isNotificationEnabled($id)) ?
'Yes' :
'No';
173 $attr[
'passed'] = $this->course_obj->getMembersObject()->hasPassed($id) ?
'Yes' :
'No';
174 $attr[
'contact'] = $this->course_obj->getMembersObject()->isContact($id) ?
'Yes' :
'No';
183 $members = $this->course_obj->getMembersObject()->getMembers();
184 $members =
$GLOBALS[
'DIC']->access()->filterUserIdsByRbacOrPositionOfCurrentUser(
187 $this->course_obj->getRefId(),
190 foreach ($members as
$id) {
191 $attr[
'id'] =
'il_' . $this->setting->get(
'inst_id') .
'_usr_' .
$id;
192 $attr[
'blocked'] = ($this->course_obj->getMembersObject()->isBlocked($id)) ?
'Yes' :
'No';
193 $attr[
'passed'] = $this->course_obj->getMembersObject()->hasPassed($id) ?
'Yes' :
'No';
202 $subs = $this->course_obj->getMembersObject()->getSubscribers();
203 $subs = $this->
access->filterUserIdsByRbacOrPositionOfCurrentUser(
206 $this->course_obj->getRefId(),
210 foreach ($subs as
$id) {
211 $data = $this->course_obj->getMembersObject()->getSubscriberData($id);
213 $attr[
'id'] =
'il_' . $this->setting->get(
'inst_id') .
'_usr_' .
$id;
214 $attr[
'subscriptionTime'] =
$data[
'time'];
225 foreach ($wait as
$data) {
226 $is_accessible =
$GLOBALS[
'DIC']->access()->filterUserIdsByRbacOrPositionOfCurrentUser(
229 $this->course_obj->getRefId(),
232 if (count($is_accessible) === 0) {
236 $attr[
'id'] =
'il_' . $this->setting->get(
'inst_id') .
'_usr_' . $data[
'usr_id'];
237 $attr[
'position'] = $data[
'position'];
238 $attr[
'subscriptionTime'] = $data[
'time'];
251 if ($this->course_obj->getOfflineStatus()) {
253 } elseif ($this->course_obj->getActivationUnlimitedStatus()) {
257 $this->
xmlElement(
'Start', null, $this->course_obj->getActivationStart());
258 $this->
xmlElement(
'End', null, $this->course_obj->getActivationEnd());
259 $this->
xmlEndTag(
'TemporarilyAvailable');
264 $this->
xmlElement(
'Syllabus', null, $this->course_obj->getSyllabus());
265 $this->
xmlElement(
'ImportantInformation', null, $this->course_obj->getImportantInformation());
266 $this->
xmlElement(
'TargetGroup', null, $this->course_obj->getTargetGroup());
270 $this->
xmlElement(
'Name', null, $this->course_obj->getContactName());
271 $this->
xmlElement(
'Responsibility', null, $this->course_obj->getContactResponsibility());
272 $this->
xmlElement(
'Phone', null, $this->course_obj->getContactPhone());
273 $this->
xmlElement(
'Email', null, $this->course_obj->getContactEmail());
274 $this->
xmlElement(
'Consultation', null, $this->course_obj->getContactConsultation());
281 $attr[
'registrationType'] =
'Confirmation';
283 $attr[
'registrationType'] =
'Direct';
285 $attr[
'registrationType'] =
'Password';
288 $attr[
'maxMembers'] = $this->course_obj->isSubscriptionMembershipLimited() ?
289 $this->course_obj->getSubscriptionMaxMembers() : 0;
290 $attr[
'notification'] = $this->course_obj->getSubscriptionNotify() ?
'Yes' :
'No';
291 $attr[
'waitingList'] = $this->course_obj->enabledWaitingList() ?
'Yes' :
'No';
301 $this->
xmlElement(
'Start', null, $this->course_obj->getSubscriptionStart());
302 $this->
xmlElement(
'End', null, $this->course_obj->getSubscriptionEnd());
303 $this->
xmlEndTag(
'TemporarilyAvailable');
305 if (strlen($pwd = $this->course_obj->getSubscriptionPassword())) {
310 $this->
xmlStartTag(
'Period', [
'withTime' => $this->course_obj->getCourseStartTimeIndication() ? 1 : 0]);
314 $this->course_obj->getCourseStart()
315 ? $this->course_obj->getCourseStart()->get(
IL_CAL_UNIX)
321 $this->course_obj->getCourseEnd()
322 ? $this->course_obj->getCourseEnd()->get(
IL_CAL_UNIX)
326 $this->
xmlElement(
'WaitingListAutoFill', null, (
int) $this->course_obj->hasWaitingListAutoFill());
330 ($this->course_obj->getCancellationEnd() && !$this->course_obj->getCancellationEnd()->isNull()) ? $this->course_obj->getCancellationEnd()->get(
IL_CAL_UNIX) : null
332 $this->
xmlElement(
'MinMembers', null, $this->course_obj->getSubscriptionMinMembers());
334 $this->
xmlElement(
'ViewMode', null, $this->course_obj->getViewMode());
336 $this->
xmlElement(
'TimingMode', null, $this->course_obj->getTimingMode());
342 'active' => $this->course_obj->isSessionLimitEnabled() ? 1 : 0,
343 'previous' => $this->course_obj->getNumberOfPreviousSessions(),
344 'next' => $this->course_obj->getNumberOfNextSessions()
351 'status' => $this->course_obj->getAutoNotification() ? 1 : 0
355 $this->
xmlElement(
'StatusDetermination', null, (
int) $this->course_obj->getStatusDetermination());
356 $this->
xmlElement(
'MailToMembersType', null, (
int) $this->course_obj->getMailToMembersType());
358 'enabled' => (
int) $this->course_obj->getEnableCourseMap(),
359 'latitude' => $this->course_obj->getLatitude(),
360 'longitude' => $this->course_obj->getLongitude(),
361 'location_zoom' => $this->course_obj->getLocationZoom()
374 $this->attach_users = (bool) $value;
const IL_CRS_SUBSCRIPTION_DIRECT
const IL_CRS_SUBSCRIPTION_DEACTIVATED
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilObjCourse $course_obj)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
xmlSetGenCmt(string $genCmt)
Sets generated comment.
appendXML(string $a_str)
append xml string to document
xmlEndTag(string $tag)
Writes an endtag.
xmlSetDtdDef(string $dtdDef)
Sets dtd definition.
static _exportContainerSortingSettings(ilXmlWriter $xml, int $obj_id)
sorting XML-export for all container objects
getAllUsers()
get all users on waiting list public
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
xmlHeader()
Writes xml header.
static _exportContainerSettings(ilXmlWriter $a_xml, int $a_obj_id)
static _appendXMLByObjId(ilXmlWriter $a_xml_writer, int $a_obj_id)
Get xml of object values.
modifyExportIdentifier($a_tag, $a_param, $a_value)
const IL_CRS_SUBSCRIPTION_UNLIMITED
__construct(Container $dic, ilPlugin $plugin)
const IL_CRS_SUBSCRIPTION_CONFIRMATION
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag.
xmlElement(string $tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)
xmlDumpMem(bool $format=true)
Returns xml document from memory.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__buildAdvancedMetaData()