56 $this->eid = (int) $a_eid;
57 $this->mid = (int) $a_mid;
81 include_once(
'Date.php');
84 $date->setDate($a_sov,DATE_FORMAT_UNIXTIME);
85 $this->sov = $date->getDate().
'+01:00';
97 include_once(
'Date.php');
100 $date->setDate($a_eov,DATE_FORMAT_UNIXTIME);
101 $this->eov = $date->getDate().
'+01:00';
112 $this->abr = (string) $a_abr;
122 $this->hash = md5(time());
126 $this->mids = array();
128 include_once(
'./Services/WebServices/ECS/classes/class.ilECSCommunityReader.php');
130 foreach(
$reader->getCommunities() as $com)
132 foreach($com->getParticipants() as $part)
136 $this->mids[] = $part->getMID();
137 $this->log->write(
'Fetch MID: '.$part->getMID());