ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Dependency.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Component\Dependencies
;
22
23
interface
Dependency
24
{
25
public
function
__toString
(): string;
26
public
function
getName
(): string;
27
}
ILIAS\Component\Dependencies\Dependency\getName
getName()
ILIAS\Component\Dependencies\Dependency\__toString
__toString()
ILIAS\Component\Dependencies\Dependency
Definition:
Dependency.php:23
ILIAS\Component\Dependencies
Definition:
Define.php:21
components
ILIAS
Component
src
Dependencies
Dependency.php
Generated on Mon Sep 1 2025 23:02:39 for ILIAS by
1.8.13 (using
Doxyfile
)