PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
symfony
/
service-contracts
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Contracts\Service; use Psr\Container\ContainerInterface; /** * Implemented by objects that expose a service container. */ interface ContainerAwareInterface { public function getContainer(): ContainerInterface; }
[-] ServiceMethodsSubscriberTrait.php
[edit]
[-] LICENSE
[edit]
[-] ResetInterface.php
[edit]
[-] README.md
[edit]
[-] ServiceCollectionInterface.php
[edit]
[-] ServiceSubscriberTrait.php
[edit]
[-] composer.json
[edit]
[-] ServiceSubscriberInterface.php
[edit]
[-] ServiceLocatorTrait.php
[edit]
[+]
Attribute
[-] ServiceProviderInterface.php
[edit]
[-] ContainerAwareInterface.php
[edit]
[+]
..
[+]
Test
[-] CHANGELOG.md
[edit]