ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Crawler.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
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 }
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...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null