| ILIAS
    release_6 Revision v6.24-5-g0c8bfefb3b8
    | 
Container user filer. More...
 Collaboration diagram for ilContainerUserFilter:
 Collaboration diagram for ilContainerUserFilter:| Public Member Functions | |
| __construct ($data) | |
| Constructor.  More... | |
| getData () | |
| Get data.  More... | |
| isEmpty () | |
| Is empty?  More... | |
| Protected Attributes | |
| $data | |
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 14 of file class.ilContainerUserFilter.php.
| ilContainerUserFilter::__construct | ( | $data | ) | 
Constructor.
Definition at line 24 of file class.ilContainerUserFilter.php.
References $data.
| ilContainerUserFilter::getData | ( | ) | 
Get data.
Definition at line 34 of file class.ilContainerUserFilter.php.
References $data.
| ilContainerUserFilter::isEmpty | ( | ) | 
Is empty?
Definition at line 44 of file class.ilContainerUserFilter.php.
References $d.
| 
 | protected | 
Definition at line 19 of file class.ilContainerUserFilter.php.
Referenced by __construct(), and getData().