ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
InType.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Component\Dependencies
;
22
23
enum
InType
:
string
24
{
25
case
USE =
"USE"
;
26
case
SEEK =
"SEEK"
;
27
case
PULL =
"PULL"
;
28
case
INTERNAL
=
"INTERNAL IN"
;
29
}
ILIAS\Component\Dependencies
Definition:
Define.php:21
ILIAS\Component\Dependencies\INTERNAL
@ INTERNAL
Definition:
InType.php:28
ILIAS\Component\Dependencies\InType
InType
Definition:
InType.php:24
components
ILIAS
Component
src
Dependencies
InType.php
Generated on Sat Oct 18 2025 23:02:45 for ILIAS by
1.9.4 (using
Doxyfile
)