Neos\Flow\ObjectManagement\ObjectManager::__construct PHP Method

__construct() public method

Constructor for this Object Container
public __construct ( ApplicationContext $context )
$context Neos\Flow\Core\ApplicationContext The configuration context for this Flow run
    public function __construct(ApplicationContext $context)
    {
        $this->context = $context;
        $this->shutdownObjects = new \SplObjectStorage();
        $this->internalShutdownObjects = new \SplObjectStorage();
    }