ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
SurveyQuestionPool.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS
;
22
23
class
SurveyQuestionPool
implements
Component\Component
24
{
25
public
function
init
(
26
array | \
ArrayAccess
&$define,
27
array | \
ArrayAccess
&$implement,
28
array | \
ArrayAccess
&$use,
29
array | \
ArrayAccess
&$contribute,
30
array | \
ArrayAccess
&$seek,
31
array | \
ArrayAccess
&$provide,
32
array | \
ArrayAccess
&$pull,
33
array | \
ArrayAccess
&$internal,
34
): void {
35
$contribute[Component\Resource\PublicAsset::class] = fn() =>
36
new
Component\Resource\ComponentJS
($this,
"categorywizard.js"
);
37
$contribute[Component\Resource\PublicAsset::class] = fn() =>
38
new
Component\Resource\ComponentJS
($this,
"matrixrowwizard.js"
);
39
$contribute[\ILIAS\Setup\Agent::class] =
static
fn() => new \ILIAS\SurveyQuestionPool\Setup\Agent(
40
$pull[\
ILIAS
\
Refinery
\Factory::class]
41
);
42
}
43
}
ILIAS
Interface Observer Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
Factory
ILIAS\SurveyQuestionPool
Definition:
SurveyQuestionPool.php:23
ILIAS\Component\Resource\ComponentJS
This is a js file provided by some component.
Definition:
ComponentJS.php:26
ArrayAccess
ILIAS\SurveyQuestionPool\init
init(array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,)
Definition:
SurveyQuestionPool.php:25
components
ILIAS
SurveyQuestionPool
SurveyQuestionPool.php
Generated on Sun Aug 31 2025 23:03:54 for ILIAS by
1.8.13 (using
Doxyfile
)