ILIAS  release_7 Revision v7.30-3-g800a261c036
DependencyMap.php
Go to the documentation of this file.
1<?php
2
4
6
7interface DependencyMap
8{
9
18 public function getDependency(Container $DIC, $fullyQualifiedDomainName, $for);
19
20
31 public function getDependencyWith(Container $DIC, $fullyQualifiedDomainName, $for, callable $map);
32}
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:19
global $DIC
Definition: goto.php:24
getDependencyWith(Container $DIC, $fullyQualifiedDomainName, $for, callable $map)
getDependency(Container $DIC, $fullyQualifiedDomainName, $for)