ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
Definition:
Dependency.php:24
ILIAS\Component\Dependencies\Dependency\getName
getName()
ILIAS\Component\Dependencies\Dependency\__toString
__toString()
ILIAS\Component\Dependencies
Definition:
Define.php:21
components
ILIAS
Component
src
Dependencies
Dependency.php
Generated on Sat Oct 18 2025 23:02:45 for ILIAS by
1.9.4 (using
Doxyfile
)