ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\UI\Component\Layout
;
22
26
interface
Factory
27
{
37
public
function
page
():
Page\Factory
;
38
}
ILIAS\UI\Component\Layout\Factory\page
page()
description: purpose: > The Page is the user's view upon ILIAS in total.
ILIAS\UI\Component\Layout
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:21
Factory
ILIAS\UI\Component\Layout\Page\Factory
This is what a factory for pages looks like.
Definition:
Factory.php:33
src
UI
Component
Layout
Factory.php
Generated on Wed Sep 3 2025 22:02:50 for ILIAS by
1.8.13 (using
Doxyfile
)