Searched refs:reporting_date (Results 1 – 6 of 6) sorted by relevance
469 $reporting_date = $form->getItemByPostVar('reporting_date')->getDate();470 if ($reporting_date instanceof ilDateTime) {471 … $this->testOBJ->setReportingDate($reporting_date->get(IL_CAL_FKT_DATE, 'YmdHis'));
182 public $reporting_date; variable in ilObjTest627 $this->reporting_date = "";1881 $this->setReportingDate($data->reporting_date);2420 * @param timestamp $reporting_date The date and time the score reporting is available2422 public function setReportingDate($reporting_date) argument2424 if (!$reporting_date) {2425 $this->reporting_date = '';2428 $this->reporting_date = $reporting_date;2664 return (strlen($this->reporting_date)) ? $this->reporting_date : null;6186 … preg_match("/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/", $this->reporting_date, $matches);
2821 $reporting_date = $this->object->getReportingDate();2822 if ($reporting_date) {2828 … ilDatePresentation::formatDate(new ilDateTime($reporting_date, IL_CAL_TIMESTAMP))
470 $reporting_date = $form->getItemByPostVar('reporting_date')->getDate();471 if ($reporting_date instanceof ilDateTime) {472 … $this->testOBJ->setReportingDate($reporting_date->get(IL_CAL_FKT_DATE, 'YmdHis'));
182 public $reporting_date; variable in ilObjTest629 $this->reporting_date = "";1886 $this->setReportingDate($data->reporting_date);2425 * @param timestamp $reporting_date The date and time the score reporting is available2427 public function setReportingDate($reporting_date) argument2429 if (!$reporting_date) {2430 $this->reporting_date = '';2433 $this->reporting_date = $reporting_date;2669 return (strlen($this->reporting_date)) ? $this->reporting_date : null;6210 … preg_match("/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/", $this->reporting_date, $matches);
2880 $reporting_date = $this->object->getReportingDate();2881 if ($reporting_date) {2887 … ilDatePresentation::formatDate(new ilDateTime($reporting_date, IL_CAL_TIMESTAMP))