ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Crawler.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
24 
28 interface Crawler
29 {
34  public function crawlFactory(
35  string $factoryPath,
36  Entry\ComponentEntry $parent = null,
37  int $depth = 0
38  ): Entry\ComponentEntries;
39 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Crawler.php:21