ILIAS
trunk Revision v11.0_alpha-1843-g9e1fad99175
|
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) | |||||||||||||
| |||||||||||||
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.
Referenced by ILIAS\BackgroundTasks\Dependencies\DependencyMap\EmptyDependencyMap\getDependencyWith().
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 ILIAS\BackgroundTasks\Dependencies\DependencyMap\EmptyDependencyMap\getDependency().
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.