public static function BazClass::getInstance in Service Container 7.2
Same name and namespace in other branches
1 call to BazClass::getInstance()
- ProjectServiceContainer::getFoo_BazService in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Tests/ Fixtures/ php/ services9_compiled.php - Gets the 'foo.baz' service.
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Tests/ Fixtures/ includes/ classes.php, line 38
Class
Code
public static function getInstance() {
return new self();
}