public static function BazClass::getInstance in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Tests/Fixtures/includes/classes.php \BazClass::getInstance()
1 call to BazClass::getInstance()
- ProjectServiceContainer::getFoo_BazService in vendor/
symfony/ dependency-injection/ Tests/ Fixtures/ php/ services9_compiled.php - Gets the 'foo.baz' service.
File
- vendor/
symfony/ dependency-injection/ Tests/ Fixtures/ includes/ classes.php, line 38
Class
Code
public static function getInstance() {
return new self();
}