PHP 8.2.30
Preview: LoaderResolverInterface.php Size: 730 B
//opt/cloudlinux/alt-php54/root/usr/share/pear/Symfony/Component/Config/Loader/LoaderResolverInterface.php

<?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\Config\Loader;

/**
 * LoaderResolverInterface selects a loader for a given resource.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 */
interface LoaderResolverInterface
{
    /**
     * Returns a loader able to load the resource.
     *
     * @param mixed  $resource A resource
     * @param string $type     The resource type
     *
     * @return LoaderInterface A LoaderInterface instance
     */
    public function resolve($resource, $type = null);
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
1.54 KB lrw-r--r-- 2019-12-18 11:22:55
Edit Download
3.31 KB lrw-r--r-- 2019-12-18 11:22:55
Edit Download
1.95 KB lrw-r--r-- 2019-12-18 11:22:55
Edit Download
1.31 KB lrw-r--r-- 2019-12-18 11:22:55
Edit Download
1.88 KB lrw-r--r-- 2019-12-18 11:22:55
Edit Download
730 B lrw-r--r-- 2019-12-18 11:22:55
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).