ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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\INTERNAL
Definition:
InType.php:28
ILIAS\Component\Dependencies\InType
InType
Definition:
InType.php:23
ILIAS\Component\Dependencies
Definition:
Define.php:21
components
ILIAS
Component
src
Dependencies
InType.php
Generated on Mon Sep 1 2025 23:02:39 for ILIAS by
1.8.13 (using
Doxyfile
)