|
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 ilContainerFilterSet:Public Member Functions | |
| __construct (array $filters) | |
| Constructor. More... | |
| getFields () | |
| has (int $record_set_id, int $field_id) | |
| Has filter field. More... | |
Protected Attributes | |
| array | $filters |
| array | $ids = [] |
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 Filter field set
Definition at line 24 of file class.ilContainerFilterSet.php.
| ilContainerFilterSet::__construct | ( | array | $filters | ) |
Constructor.
| ilContainerFilterField[] | $filters |
Definition at line 39 of file class.ilContainerFilterSet.php.
References Vendor\Package\$f, and $filters.
| ilContainerFilterSet::getFields | ( | ) |
Definition at line 51 of file class.ilContainerFilterSet.php.
References $filters.
Referenced by ilContainerFilterFieldData\saveFilterSetForRefId().
Here is the caller graph for this function:| ilContainerFilterSet::has | ( | int | $record_set_id, |
| int | $field_id | ||
| ) |
Has filter field.
| int | $record_set_id | |
| int | $field_id |
Definition at line 62 of file class.ilContainerFilterSet.php.
|
protected |
Definition at line 29 of file class.ilContainerFilterSet.php.
Referenced by __construct(), and getFields().
|
protected |
Definition at line 33 of file class.ilContainerFilterSet.php.