38 $this->
lng = $DIC->language();
39 if (isset($DIC[
"tree"])) {
40 $this->tree = $DIC->repositoryTree();
46 return "survey_notification";
54 return $lng->
txt(
"survey_reminder_cron");
62 return $lng->
txt(
"survey_reminder_cron_info");
67 return JobScheduleType::DAILY;
92 $status = JobResult::STATUS_NO_ACTION;
96 foreach ($tree->getSubTree($root,
false, [
"svy"]) as $svy_ref_id) {
98 $num = $svy->checkReminder();
100 $message[] = $svy_ref_id .
"(" . $num .
")";
101 $status = JobResult::STATUS_OK;
106 $result->setStatus($status);
109 $result->setMessage(
"Ref-Ids: " . implode(
", ",
$message) .
' / ' .
"#" . count(
$message));
static getLogger(string $a_component_id)
Get component logger.
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
loadLanguageModule(string $a_module)
Load language module.
getDefaultScheduleValue()
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Cron for survey notifications (reminder to paricipate in the survey)