3 declare(strict_types=1);
    32         $this->has_been_collected = 
true;
    43             $this->collectStructure();
    44             $this->prepareItemsForUIRepresentation();
    45             $this->filterItemsByVisibilty();
    46             $this->cleanupItemsForUIRepresentation();
    47             $this->sortItemsForUIRepresentation();
 
Class AbstractBaseCollector. 
 
collectOnce()
Runs the Collection of all items from the providers. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...