ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Factory.php
Go to the documentation of this file.
1<?php
2
20
24
31interface Factory
32{
70 public function standard(
71 string $title,
72 string $message,
73 string $post_url,
74 FileInput $file_input,
75 ?FormInput $additional_input = null,
76 ): Standard;
77
120 public function wrapper(
121 string $title,
122 string $post_url,
123 $content,
124 FileInput $file_input,
125 ?FormInput $additional_input = null,
126 ): Wrapper;
127}
A component is the most general form of an entity in the UI.
Definition: Component.php:28
Describes a factory for file dropzones.
Definition: Factory.php:32
standard(string $title, string $message, string $post_url, FileInput $file_input, ?FormInput $additional_input=null,)
wrapper(string $title, string $post_url, $content, FileInput $file_input, ?FormInput $additional_input=null,)
A standard file dropzone offers the possibility to upload dropped files to the server.
Definition: Standard.php:29
A wrapper file dropzone wraps around any other component from the UI framework, e....
Definition: Wrapper.php:32
This describes inputs that can be used in forms.
Definition: FormInput.php:33
This describes file field.
Definition: File.php:29
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:19
$message
Definition: xapiexit.php:31