ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
OutType.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
OutType
:
string
24
{
25
case
IMPLEMENT =
"IMPLEMENT"
;
26
case
CONTRIBUTE =
"CONTRIBUTE"
;
27
case
PROVIDE =
"PROVIDE"
;
28
case
INTERNAL
=
"INTERNAL OUT"
;
29
}
ILIAS\Component\Dependencies
Definition:
Define.php:21
ILIAS\Component\Dependencies\OutType
OutType
Definition:
OutType.php:24
ILIAS\Component\Dependencies\INTERNAL
@ INTERNAL
Definition:
InType.php:28
components
ILIAS
Component
src
Dependencies
OutType.php
Generated on Sat Dec 13 2025 23:02:03 for ILIAS by
1.9.4 (using
Doxyfile
)