17 class PhpDiResolver implements SelfResolvingDefinition, CacheableDefinition {
27 private $elgg_dic_key;
37 $this->elgg_dic_key = $elgg_dic_key;
51 return Scope::SINGLETON;
__construct($name, $elgg_dic_key)
Constructor.
resolve(ContainerInterface $container)
{}
Cacheable PHP-DI definition that pulls from Elgg's DIC.
_elgg_services()
Get the global service provider.
isResolvable(ContainerInterface $container)
{}