|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Crawls all UI components for YAML information. More...
Inheritance diagram for ILIAS\UI\Implementation\Crawler\Crawler:
Collaboration diagram for ILIAS\UI\Implementation\Crawler\Crawler: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.