ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
DependencyMap.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\BackgroundTasks\Dependencies\DependencyMap
;
4
5
use
ILIAS\DI\Container
;
6
7
interface
DependencyMap
8
{
9
18
public
function
getDependency
(
Container
$DIC
, $fullyQualifiedDomainName, $for);
19
20
31
public
function
getDependencyWith
(
Container
$DIC, $fullyQualifiedDomainName, $for, callable $map);
32
}
$DIC
global $DIC
Definition:
saml.php:7
ILIAS\BackgroundTasks\Dependencies\DependencyMap\DependencyMap
Definition:
DependencyMap.php:7
ILIAS\BackgroundTasks\Dependencies\DependencyMap
Definition:
BaseDependencyMap.php:3
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:15
Container
ILIAS\BackgroundTasks\Dependencies\DependencyMap\DependencyMap\getDependencyWith
getDependencyWith(Container $DIC, $fullyQualifiedDomainName, $for, callable $map)
ILIAS\BackgroundTasks\Dependencies\DependencyMap\DependencyMap\getDependency
getDependency(Container $DIC, $fullyQualifiedDomainName, $for)
src
BackgroundTasks
Dependencies
DependencyMap
DependencyMap.php
Generated on Sat Jan 18 2025 19:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)