|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\BackgroundTasks\Dependencies\DependencyMap\EmptyDependencyMap:
Collaboration diagram for ILIAS\BackgroundTasks\Dependencies\DependencyMap\EmptyDependencyMap:Public Member Functions | |||||||||||||
| getDependencyWith (Container $DIC, string $fullyQualifiedDomainName, string $for, callable $map) | |||||||||||||
| |||||||||||||
| with (callable $map) | |||||||||||||
| Returns a new dependency map with the given mapping. More... | |||||||||||||
| getDependency (Container $DIC, string $fullyQualifiedDomainName, string $for) | |||||||||||||
| |||||||||||||
| getDependency (Container $DIC, string $fullyQualifiedDomainName, string $for) | |||||||||||||
| getDependencyWith (Container $DIC, string $fullyQualifiedDomainName, string $for, callable $map) | |||||||||||||
Protected Attributes | |
| array | $maps = [] |
Definition at line 29 of file EmptyDependencyMap.php.
| ILIAS\BackgroundTasks\Dependencies\DependencyMap\EmptyDependencyMap::getDependency | ( | Container | $DIC, |
| string | $fullyQualifiedDomainName, | ||
| string | $for | ||
| ) |
| Container | $DIC | The DIC to take the dependencies from. |
| string | $fullyQualifiedDomainName | What domain name is requested? |
| string | $for | What class is the dependency for? Also fully qualified domain name. |
Implements ILIAS\BackgroundTasks\Dependencies\DependencyMap\DependencyMap.
Definition at line 61 of file EmptyDependencyMap.php.
References $DIC.
Referenced by ILIAS\BackgroundTasks\Dependencies\DependencyMap\EmptyDependencyMap\getDependencyWith().
Here is the caller graph for this function:| ILIAS\BackgroundTasks\Dependencies\DependencyMap\EmptyDependencyMap::getDependencyWith | ( | Container | $DIC, |
| string | $fullyQualifiedDomainName, | ||
| string | $for, | ||
| callable | $map | ||
| ) |
| 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. |
Implements ILIAS\BackgroundTasks\Dependencies\DependencyMap\DependencyMap.
Definition at line 36 of file EmptyDependencyMap.php.
References $DIC, and ILIAS\BackgroundTasks\Dependencies\DependencyMap\EmptyDependencyMap\getDependency().
Here is the call graph for this function:| ILIAS\BackgroundTasks\Dependencies\DependencyMap\EmptyDependencyMap::with | ( | callable | $map | ) |
Returns a new dependency map with the given mapping.
The newer mapping always comes first!
| callable | $map | (Container $DIC, string $fullyQualifiedDomainName, string $for) => mixed|null |
Definition at line 50 of file EmptyDependencyMap.php.
|
protected |
Definition at line 31 of file EmptyDependencyMap.php.