ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 }
global $DIC
Definition: saml.php:7
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:15
getDependencyWith(Container $DIC, $fullyQualifiedDomainName, $for, callable $map)
getDependency(Container $DIC, $fullyQualifiedDomainName, $for)