|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilPRGAssignmentFilter:Public Member Functions | |
| __construct (ilLanguage $lng) | |
| withValues (array $values) | |
| toConditions () | |
| getItemConfig () | |
Protected Member Functions | |
| getCleanedValues () | |
Protected Attributes | |
| ilLanguage | $lng |
| array | $values = [] |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 21 of file ilPRGAssignmentFilter.php.
| ilPRGAssignmentFilter::__construct | ( | ilLanguage | $lng | ) |
Definition at line 26 of file ilPRGAssignmentFilter.php.
References $lng, and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 100 of file ilPRGAssignmentFilter.php.
References $id, $type, ilTable2GUI\FILTER_CHECKBOX, ilTable2GUI\FILTER_DATE_RANGE, ilTable2GUI\FILTER_SELECT, ilTable2GUI\FILTER_TEXT, getItemConfig(), and ilStudyProgrammeUserTable\OPTION_ALL.
Referenced by toConditions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPRGAssignmentFilter::getItemConfig | ( | ) |
Definition at line 138 of file ilPRGAssignmentFilter.php.
References ilTable2GUI\FILTER_CHECKBOX, ilTable2GUI\FILTER_DATE_RANGE, ilTable2GUI\FILTER_SELECT, ilTable2GUI\FILTER_TEXT, ILIAS\Repository\lng(), ilStudyProgrammeUserTable\OPTION_ALL, ilStudyProgrammeUserTable\OPTION_USR_ACTIVE, ilStudyProgrammeUserTable\OPTION_USR_INACTIVE, ilPRGAssignmentDBRepository\PROGRESS_FIELD_INVALIDATED, ilPRGAssignmentDBRepository\PROGRESS_FIELD_STATUS, ilPRGAssignmentDBRepository\PROGRESS_FIELD_VQ_DATE, ilPRGProgress\STATUS_ACCREDITED, ilPRGProgress\STATUS_COMPLETED, ilPRGProgress\STATUS_FAILED, ilPRGProgress\STATUS_IN_PROGRESS, ilPRGProgress\STATUS_NOT_RELEVANT, ilStudyProgrammeUserTable\VALIDITY_OPTION_INVALID, and ilStudyProgrammeUserTable\VALIDITY_OPTION_VALID.
Referenced by getCleanedValues().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPRGAssignmentFilter::toConditions | ( | ) |
Definition at line 39 of file ilPRGAssignmentFilter.php.
References getCleanedValues(), IL_CAL_DATE, ilStudyProgrammeUserTable\OPTION_USR_ACTIVE, ilStudyProgrammeUserTable\OPTION_USR_INACTIVE, ilPRGAssignmentDBRepository\PROGRESS_FIELD_INVALIDATED, ilPRGAssignmentDBRepository\PROGRESS_FIELD_STATUS, ilPRGProgress\STATUS_ACCREDITED, ilPRGProgress\STATUS_COMPLETED, ilPRGProgress\STATUS_NOT_RELEVANT, ilStudyProgrammeUserTable\VALIDITY_OPTION_INVALID, and ilStudyProgrammeUserTable\VALIDITY_OPTION_VALID.
Here is the call graph for this function:| ilPRGAssignmentFilter::withValues | ( | array | $values | ) |
Definition at line 32 of file ilPRGAssignmentFilter.php.
References $values.
|
protected |
Definition at line 23 of file ilPRGAssignmentFilter.php.
Referenced by __construct().
|
protected |
Definition at line 24 of file ilPRGAssignmentFilter.php.
Referenced by withValues().