25 include_once
"./Services/Xml/classes/class.ilXmlWriter.php";
26 include_once(
'./Modules/Group/classes/class.ilGroupParticipants.php');
41 private $mode = self::MODE_SOAP;
75 $this->logger = $DIC->logger()->grp();
77 $this->EXPORT_VERSION =
"3";
86 $this->mode = $a_mode;
96 if ($this->
getMode() == self::MODE_SOAP) {
97 $this->logger->debug(
'Using soap mode');
105 if ($this->attach_users) {
109 include_once
'./Services/Container/classes/class.ilContainerSortingSettings.php';
113 } elseif ($this->
getMode() == self::MODE_EXPORT) {
114 $this->logger->debug(
'Using export mode');
122 include_once
'./Services/Container/classes/class.ilContainerSortingSettings.php';
137 $this->
xmlSetDtdDef(
"<!DOCTYPE group PUBLIC \"-//ILIAS//DTD Group//EN\" \"" . ILIAS_HTTP_PATH .
"/xml/ilias_group_3_10.dtd\">");
138 $this->
xmlSetGenCmt(
"Export of ILIAS group " . $this->group_obj->getId() .
" of installation " . $this->
ilias->getSetting(
'inst_id') .
".");
151 $attrs[
"exportVersion"] = $this->EXPORT_VERSION;
152 $attrs[
"id"] =
"il_" . $this->
ilias->getSetting(
'inst_id') .
'_grp_' . $this->group_obj->getId();
154 switch ($this->group_obj->readGroupStatus()) {
156 $attrs[
'type'] =
'open';
161 $attrs[
'type'] =
'closed';
174 $md2xml =
new ilMD2XML($this->group_obj->getId(), $this->group_obj->getId(),
'grp');
195 $this->
xmlElement(
'title', null, $this->group_obj->getTitle());
197 if ($desc = $this->group_obj->getDescription()) {
198 $this->
xmlElement(
'description', null, $desc);
201 $attr[
'id'] =
'il_' . $this->
ilias->getSetting(
'inst_id') .
'_usr_' . $this->group_obj->getOwner();
204 $this->
xmlElement(
'information', null, $this->group_obj->getInformation());
212 if (!$this->group_obj->getStart() || !$this->group_obj->getEnd()) {
219 'withTime' => $this->group_obj->getStartTimeIndication()
225 $this->group_obj->getStart() ?
245 switch ($this->group_obj->getRegistrationType()) {
247 $attrs[
'type'] =
'direct';
250 $attrs[
'type'] =
'confirmation';
253 $attrs[
'type'] =
'password';
258 $attrs[
'type'] =
'disabled';
261 $attrs[
'waitingList'] = $this->group_obj->isWaitingListEnabled() ?
'Yes' :
'No';
265 if (strlen($pwd = $this->group_obj->getPassword())) {
271 if (!$this->group_obj->isRegistrationUnlimited()) {
275 $this->
xmlEndTag(
'temporarilyAvailable');
280 $attrs[
'enabled'] = $this->group_obj->isMembershipLimited() ?
'Yes' :
'No';
281 $this->
xmlElement(
'maxMembers', $attrs, $this->group_obj->getMaxMembers());
282 $this->
xmlElement(
'minMembers', null, (
int) $this->group_obj->getMinMembers());
283 $this->
xmlElement(
'WaitingListAutoFill', null, (
int) $this->group_obj->hasWaitingListAutoFill());
284 $this->
xmlElement(
'CancellationEnd', null, ($this->group_obj->getCancellationEnd() && !$this->group_obj->getCancellationEnd()->isNull()) ? $this->group_obj->getCancellationEnd()->get(
IL_CAL_UNIX) : null);
286 $this->
xmlElement(
'mailMembersType', null, (
string) $this->group_obj->getMailToMembersType());
289 'RegistrationAccessCode',
291 'enabled' => (
int) $this->group_obj->isRegistrationAccessCodeEnabled(),
292 'code' => $this->group_obj->getRegistrationAccessCode()
304 $this->
xmlElement(
'showMembers', null, $this->group_obj->getShowMembers());
305 $this->
xmlElement(
'admissionNotification', null, $this->group_obj->getAutoNotification() ? 1 : 0);
311 'active' => $this->group_obj->isSessionLimitEnabled() ? 1 : 0,
312 'previous' => $this->group_obj->getNumberOfPreviousSessions(),
313 'next' => $this->group_obj->getNumberOfNextSessions()
318 'enabled' => (
int) $this->group_obj->getEnableGroupMap(),
319 'latitude' => $this->group_obj->getLatitude(),
320 'longitude' => $this->group_obj->getLongitude(),
321 'location_zoom' => $this->group_obj->getLocationZoom()
327 $admins = $this->group_obj->getGroupAdminIds();
328 $admins =
$GLOBALS[
'DIC']->access()->filterUserIdsByRbacOrPositionOfCurrentUser(
331 $this->group_obj->getRefId(),
335 foreach ($admins as $id) {
336 $attr[
'id'] =
'il_' . $this->
ilias->getSetting(
'inst_id') .
'_usr_' . $id;
337 $attr[
'notification'] = $this->participants->isNotificationEnabled($id) ?
'Yes' :
'No';
346 $members = $this->group_obj->getGroupMemberIds();
347 $members =
$GLOBALS[
'DIC']->access()->filterUserIdsByRbacOrPositionOfCurrentUser(
350 $this->group_obj->getRefId(),
353 foreach ($members as $id) {
354 if (!$this->group_obj->isAdmin($id)) {
355 $attr[
'id'] =
'il_' . $this->
ilias->getSetting(
'inst_id') .
'_usr_' . $id;
370 $this->attach_users = $value ? true :
false;
static _exportContainerSettings(ilXmlWriter $a_xml, $a_obj_id)
__construct($group_obj)
constructor
xmlStartTag($tag, $attrs=null, $empty=false, $encode=true, $escape=true)
Writes a starttag.
xmlSetGenCmt($genCmt)
Sets generated comment.
const GRP_REGISTRATION_DEACTIVATED
xmlSetDtdDef($dtdDef)
Sets dtd definition.
xmlDumpMem($format=true)
Returns xml document from memory.
__buildGroup()
Group start.
static _appendXMLByObjId(ilXmlWriter $a_xml_writer, $a_obj_id)
Get xml of object values.
__buildMetaData()
write lom meta data
const GRP_REGISTRATION_PASSWORD
__buildAdvancedMetaData()
Build advanced meta data.
const GRP_REGISTRATION_REQUEST
xmlEndTag($tag)
Writes an endtag.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
redirection script todo: (a better solution should control the processing via a xml file) ...
xmlHeader()
Writes xml header public.
static _getInstanceByObjId($a_obj_id)
Get singleton instance.
__buildPeriod()
Add group period settings to xml.
xmlElement($tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)
__buildExtraSettings()
Build extra settings, like "show member list".
__construct(Container $dic, ilPlugin $plugin)
static _exportContainerSortingSettings(ilXmlWriter $xml, $obj_id)
sorting XML-export for all container objects
appendXML($a_str)
append xml string to document
const GRP_REGISTRATION_DIRECT
static lookupViewMode($a_obj_id)
lookup view mode $ilDB
__buildTitleDescription()