ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\UI\Implementation\Crawler\Crawler Interface Reference

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...
 

Detailed Description

Crawls all UI components for YAML information.

Definition at line 28 of file Crawler.php.

Member Function Documentation

◆ crawlFactory()

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.


The documentation for this interface was generated from the following file: