19 declare(strict_types=1);
35 $this->has_been_collected =
true;
46 $this->collectStructure();
47 $this->prepareItemsForUIRepresentation();
48 $this->filterItemsByVisibilty();
49 $this->cleanupItemsForUIRepresentation();
50 $this->sortItemsForUIRepresentation();
Class AbstractBaseCollector.
collectOnce()
Runs the Collection of all items from the providers.
PhpIncompatibleReturnTypeInspection