ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Crawler.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
28interface Crawler
29{
34 public function crawlFactory(
35 string $factoryPath,
36 ?Entry\ComponentEntry $parent = null,
37 int $depth = 0
38 ): Entry\ComponentEntries;
39}
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 factorie...