ILIAS  release_8 Revision v8.24
Crawler.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Crawler.php:21