You are here

public static function BazClass::getInstance in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

BazClass

Code

public static function getInstance() {
  return new self();
}