ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Crawls all UI components for YAML information. More...
Public Member Functions | |
crawlFactory (string $factoryPath, ?Entry\ComponentEntry $parent=null, int $depth=0) | |
Starts with the factory indicated by factory path and crawles form this point all subsequent factories recursively relying on the return statement given for each abstract component. More... | |
Crawls all UI components for YAML information.
Definition at line 28 of file Crawler.php.
ILIAS\UI\Implementation\Crawler\Crawler::crawlFactory | ( | string | $factoryPath, |
?Entry\ComponentEntry | $parent = null , |
||
int | $depth = 0 |
||
) |
Starts with the factory indicated by factory path and crawles form this point all subsequent factories recursively relying on the return statement given for each abstract component.
Implemented in ILIAS\UI\Implementation\Crawler\FactoriesCrawler.