ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
Standard.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Input\Container\Form
;
22
26
interface
Standard
extends
FormWithPostURL
27
{
31
public
function
withSubmitCaption
(
string
$caption):
Standard
;
32
36
public
function
getSubmitCaption
(): ?string;
37
}
ILIAS\UI\Component\Input\Container\Form
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:21
ILIAS\UI\Component\Input\Container\Form\Standard\withSubmitCaption
withSubmitCaption(string $caption)
Sets the caption of the submit button of the form.
ILIAS\UI\Component\Input\Container\Form\Standard\getSubmitCaption
getSubmitCaption()
Gets submit caption of the form.
ILIAS\UI\Component\Input\Container\Form\Standard
This describes a standard form.
Definition:
Standard.php:26
ILIAS\UI\Component\Input\Container\Form\FormWithPostURL
Definition:
FormWithPostURL.php:23
src
UI
Component
Input
Container
Form
Standard.php
Generated on Sun Aug 31 2025 22:02:47 for ILIAS by
1.8.13 (using
Doxyfile
)