You are here

function ServiceContainer::__construct in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/DIC/ServiceContainer.php \Drupal\xautoload\DIC\ServiceContainer::__construct()

Parameters

ServiceFactory $factory:

File

lib/DIC/ServiceContainer.php, line 70

Class

ServiceContainer

Namespace

Drupal\xautoload\DIC

Code

function __construct($factory) {
  $this->factory = $factory;
}