1 <?php declare(strict_types=1);
21 $this->has_been_collected =
true;
37 $this->collectStructure();
38 $this->prepareItemsForUIRepresentation();
39 $this->filterItemsByVisibilty(
false);
40 $this->cleanupItemsForUIRepresentation();
41 $this->sortItemsForUIRepresentation();
Class AbstractBaseCollector.
collectOnce()
Runs the Collection of all items from the providers.