Definition at line 23 of file DependencyMap.php.
◆ getDependency()
ILIAS\BackgroundTasks\Dependencies\DependencyMap\DependencyMap::getDependency |
( |
Container |
$DIC, |
|
|
string |
$fullyQualifiedDomainName, |
|
|
string |
$for |
|
) |
| |
◆ getDependencyWith()
ILIAS\BackgroundTasks\Dependencies\DependencyMap\DependencyMap::getDependencyWith |
( |
Container |
$DIC, |
|
|
string |
$fullyQualifiedDomainName, |
|
|
string |
$for, |
|
|
callable |
$map |
|
) |
| |
- Parameters
-
Container | $DIC | The DIC to take the dependencies from. |
string | $fullyQualifiedDomainName | What domain name is requested? |
callable | $map | (DIC $DIC, string $fullyQualifiedDomainName, string $for) => mixed|null |
string | $for | What class is the dependency for? Also fully qualified domain name. |
- Returns
- mixed
Implemented in ILIAS\BackgroundTasks\Dependencies\DependencyMap\EmptyDependencyMap.
The documentation for this interface was generated from the following file: