ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
This is what a factory for layouts looks like.
Definition:
Factory.php:27
ILIAS\UI\Component\Layout\Factory\page
page()
ILIAS\UI\Component\Layout\Factory\alignment
alignment()
ILIAS\UI\Component\Layout
components
ILIAS
UI
src
Component
Layout
Factory.php
Generated on Sat Oct 18 2025 23:02:21 for ILIAS by
1.9.4 (using
Doxyfile
)