48 if(!isset($a_header[
'Location']))
52 $end_path = strrpos($a_header[
'Location'],
"/");
54 if($end_path ===
false)
56 $ilLog->write(__METHOD__.
': Cannot find path seperator.');
59 $econtent_id = substr($a_header[
'Location'],$end_path + 1);
60 $ilLog->write(__METHOD__.
': Received EContentId '.$econtent_id);
61 return (
int) $econtent_id;
98 include_once
'./Services/WebServices/ECS/classes/class.ilECSCommunityReader.php';
100 if($part =
$reader->getParticipantByMID($a_owner))
102 return $part->getParticipantName();
108 $ilLog->write(__METHOD__.
': Error reading participants.');