ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Crawler.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Crawler
;
22
23
use
ILIAS\UI\Implementation\Crawler\Entry
as
Entry
;
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
}
ILIAS\UI\Implementation\Crawler\Crawler\crawlFactory
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...
ComponentEntry
ILIAS\UI\Implementation\Crawler\Entry
Definition:
AbstractEntryPart.php:21
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ILIAS\UI\Implementation\Crawler
Definition:
Crawler.php:21
components
ILIAS
UI
src
Implementation
Crawler
Crawler.php
Generated on Sun Aug 31 2025 23:04:11 for ILIAS by
1.8.13 (using
Doxyfile
)