|
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 ilContainerUserFilter:Public Member Functions | |
| __construct (?array $data) | |
| getData () | |
| isEmpty () | |
Protected Attributes | |
| array | $data |
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 Container user filer. This holds the current filter data being used for filtering the objects being presented.
Currently a plain assoc array as retrieved by $filter->getData
Definition at line 27 of file class.ilContainerUserFilter.php.
| ilContainerUserFilter::__construct | ( | ?array | $data | ) |
Definition at line 31 of file class.ilContainerUserFilter.php.
References $data.
| ilContainerUserFilter::getData | ( | ) |
Definition at line 36 of file class.ilContainerUserFilter.php.
References $data.
| ilContainerUserFilter::isEmpty | ( | ) |
Definition at line 41 of file class.ilContainerUserFilter.php.
References $d.
|
protected |
Definition at line 29 of file class.ilContainerUserFilter.php.
Referenced by __construct(), and getData().