[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/ -> ResettableContainerInterface.php (summary)

(no description)

File Size: 31 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ResettableContainerInterface:: (1 method):
  reset()


Interface: ResettableContainerInterface  - X-Ref

ResettableContainerInterface defines additional resetting functionality
for containers, allowing to release shared services when the container is
not needed anymore.

reset()   X-Ref
Resets shared services from the container.

The container is not intended to be used again after being reset in a normal workflow. This method is
meant as a way to release references for ref-counting.
A subsequent call to ContainerInterface::get will recreate a new instance of the shared service.



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1