ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
DependencyMap.php
Go to the documentation of this file.
1 <?php
2 
4 
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 }
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:17
getDependencyWith(Container $DIC, $fullyQualifiedDomainName, $for, callable $map)
$DIC
Definition: xapitoken.php:46
getDependency(Container $DIC, $fullyQualifiedDomainName, $for)