ILIAS  release_8 Revision v8.24
Factory.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22
25
31interface Factory
32{
67 public function interruptive(string $title, string $message, string $form_action): Interruptive;
68
69
98 public function interruptiveItem(
99 string $id,
100 string $title,
101 Image $icon = null,
102 string $description = ''
104
105
150 public function roundtrip(string $title, array $content, array $inputs = [], string $post_url = null): RoundTrip;
151
152
181 public function lightbox($pages): Lightbox;
182
183
207 public function lightboxImagePage(Image $image, string $title, string $description = ''): LightboxImagePage;
208
230 public function lightboxTextPage(string $text, string $title): LightboxTextPage;
231}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
Builds a Color from either hex- or rgb values.
Definition: Factory.php:17
roundtrip(string $title, array $content, array $inputs=[], string $post_url=null)
lightboxImagePage(Image $image, string $title, string $description='')
interruptive(string $title, string $message, string $form_action)
lightboxTextPage(string $text, string $title)
interruptiveItem(string $id, string $title, Image $icon=null, string $description='')
A lightbox Image page represents a page displaying a media element, such as image,...
A lightbox Text page represents a page displaying a media element, such as text.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$message
Definition: xapiexit.php:32