You are here

public function ContainerInterface::addScope in Service Container 7.2

Same name in this branch
  1. 7.2 lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::addScope()
  2. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::addScope()
Same name and namespace in other branches
  1. 7 lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::addScope()
  2. 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::addScope()

Adds a scope to the container.

@api

Parameters

ScopeInterface $scope:

File

lib/Symfony/Component/DependencyInjection/ContainerInterface.php, line 132

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

public function addScope(ScopeInterface $scope);