ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
ComponentFactoryInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\OERHarvester\ControlCenter
;
22
23
use
ILIAS\UI\Component\MessageBox\MessageBox
;
24
use
ILIAS\MetaData\OERHarvester\ControlCenter\State\Status
;
25
use
ILIAS\UI\Component\Prompt\Prompt
;
26
27
interface
ComponentFactoryInterface
28
{
32
public
function
getButtonToControlCenter
(
33
Status
$status,
34
int
$ref_id
,
35
int
$obj_id,
36
string
$type
37
): array;
38
}
ILIAS\MetaData\OERHarvester\ControlCenter\ComponentFactoryInterface
Definition:
ComponentFactoryInterface.php:28
ILIAS\MetaData\OERHarvester\ControlCenter\ComponentFactoryInterface\getButtonToControlCenter
getButtonToControlCenter(Status $status, int $ref_id, int $obj_id, string $type)
ILIAS\UI\Component\MessageBox\MessageBox
Interface Message Box.
Definition:
MessageBox.php:30
ILIAS\UI\Component\Prompt\Prompt
Definition:
Prompt.php:29
$ref_id
$ref_id
Definition:
ltiauth.php:66
ILIAS\MetaData\OERHarvester\ControlCenter\State\Status
Status
Definition:
Status.php:24
ILIAS\MetaData\OERHarvester\ControlCenter
Definition:
Command.php:21
components
ILIAS
MetaData
classes
OERHarvester
ControlCenter
ComponentFactoryInterface.php
Generated on Sun Apr 5 2026 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)