You are here

constant ContainerInterface::SCOPE_PROTOTYPE in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::SCOPE_PROTOTYPE

File

vendor/symfony/dependency-injection/ContainerInterface.php, line 30

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

const SCOPE_PROTOTYPE = 'prototype';