REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 929 B
Close
//proc/thread-self/root/home/getspomw/itechservicellc.com/vendor/symfony/routing/Loader/ContainerLoader.php
Text
Base64
<?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\Component\Routing\Loader; use Psr\Container\ContainerInterface; /** * A route loader that executes a service from a PSR-11 container to load the routes. * * @author Ryan Weaver <ryan@knpuniversity.com> */ class ContainerLoader extends ObjectLoader { public function __construct( private ContainerInterface $container, ?string $env = null, ) { parent::__construct($env); } public function supports(mixed $resource, ?string $type = null): bool { return 'service' === $type && \is_string($resource); } protected function getObject(string $id): object { return $this->container->get($id); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 12
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Configurator
DIR
-
drwxr-xr-x
2025-11-18 19:24:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
schema
DIR
-
drwxr-xr-x
2025-11-18 19:24:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AttributeClassLoader.php
14.92 KB
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AttributeDirectoryLoader.php
2.56 KB
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AttributeFileLoader.php
4.29 KB
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ClosureLoader.php
919 B
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ContainerLoader.php
929 B
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DirectoryLoader.php
1.43 KB
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
GlobFileLoader.php
1010 B
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ObjectLoader.php
2.60 KB
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PhpFileLoader.php
2.12 KB
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Psr4DirectoryLoader.php
3.50 KB
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
XmlFileLoader.php
17.62 KB
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
YamlFileLoader.php
11.81 KB
lrw-r--r--
2025-10-28 20:23:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).