ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Layout
;
22
26
interface
Factory
27
{
37
public
function
page
():
Page\Factory
;
38
87
public
function
alignment
():
Alignment\Factory
;
88
}
ILIAS\UI\Component\Layout\Factory\page
page()
description: purpose: > The Page is the user's view upon ILIAS in total.
ILIAS\Data\Meta\Html\Factory
Definition:
Factory.php:25
ILIAS\UI\Component\Layout
Factory
ILIAS\UI\Component\Layout\Alignment\Factory
This is what a factory for alignment layouts looks like.
Definition:
Factory.php:26
ILIAS\UI\Component\Layout\Factory\alignment
alignment()
description: purpose: > An Alignment positions content blocks in relation to each other and defines ...
src
UI
Component
Layout
Factory.php
Generated on Wed Sep 10 2025 14:11:41 for ILIAS by
1.8.13 (using
Doxyfile
)