19 declare(strict_types=1);
49 case 'prg_status_hide_irrelevant':
54 .
'memberdata.firstname LIKE \'%' . $value .
'%\' OR' . PHP_EOL
55 .
'memberdata.lastname LIKE \'%' . $value .
'%\' OR' . PHP_EOL
56 .
'memberdata.login LIKE \'%' . $value .
'%\'' . PHP_EOL
75 $conditions[] =
'memberdata.active = 1';
78 $conditions[] =
'memberdata.active = 0';
82 list($from, $to) = array_values($value);
85 $conditions[] =
'vq_date >= \'' . $from .
' 00:00:00\'';
89 $conditions[] =
'vq_date <= \'' . $to .
' 23:59:59\'';
93 list($from, $to) = array_values($value);
95 $conditions[] =
'deadline IS NOT NULL';
99 $conditions[] =
'deadline >= \'' . $from .
'\'';
103 $conditions[] =
'deadline <= \'' . $to .
'\'';
107 throw new ilException(
"missing field in filter (to condition): " . $field, 1);
117 if (array_key_exists(
$id, $this->values)) {
121 || $this->values[
$id] ===
false 127 && $this->values[
$id] ==
'' 132 && ($this->values[
$id] ==
false || is_null($this->values[
$id]))
137 && $this->values[$id][
'from'] == []
138 && $this->values[$id][
'to'] == []
142 $ret[
$id] = $this->values[
$id];
163 $this->
lng->txt(
'prg_validity')
170 ilStudyProgrammeUserTable::OPTION_ALL => $this->
lng->txt(
"all"),
186 ilStudyProgrammeUserTable::OPTION_ALL => $this->
lng->txt(
"all"),
withValues(array $values)
__construct(ilLanguage $lng)
const PROGRESS_FIELD_INVALIDATED
const VALIDITY_OPTION_INVALID
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
const PROGRESS_FIELD_STATUS
const PROGRESS_FIELD_DEADLINE
const VALIDITY_OPTION_VALID
const PROGRESS_FIELD_VQ_DATE
const STATUS_NOT_RELEVANT
const OPTION_USR_INACTIVE
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins