ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
interface.PrintViewProvider.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\Export
;
20
21
use
ilPropertyFormGUI
;
22
26
interface
PrintViewProvider
27
{
34
public
function
getSelectionForm
(): ?
ilPropertyFormGUI
;
35
36
public
function
getOnSubmitCode
(): string;
37
38
public
function
autoPageBreak
(): bool;
39
43
public
function
getPages
(): array;
44
48
public
function
getTemplateInjectors
(): array;
49
}
ilPropertyFormGUI
This class represents a property form user interface.
Definition:
class.ilPropertyFormGUI.php:32
ILIAS\Export\PrintViewProvider
Definition:
interface.PrintViewProvider.php:27
ILIAS\Export\PrintViewProvider\getTemplateInjectors
getTemplateInjectors()
ILIAS\Export\PrintViewProvider\getOnSubmitCode
getOnSubmitCode()
ILIAS\Export\PrintViewProvider\getSelectionForm
getSelectionForm()
form which is featured in the modal form target is modified to open in new window (not yet possible w...
ILIAS\Export\PrintViewProvider\autoPageBreak
autoPageBreak()
ILIAS\Export\PrintViewProvider\getPages
getPages()
ILIAS\Export
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
components
ILIAS
Export
Print
interface.PrintViewProvider.php
Generated on Sat Oct 18 2025 23:03:01 for ILIAS by
1.9.4 (using
Doxyfile
)