?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Autoloader/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager

?? Viewing: AutoloaderInterface.php

<?php

declare(strict_types=1);

namespace ProxyManager\Autoloader;

/**
 * Basic autoloader utilities required to work with proxy files
 */
interface AutoloaderInterface
{
    /**
     * Callback to allow the object to be handled as autoloader - tries to autoload the given class name
     *
     * @psalm-param class-string $className
     */
    public function __invoke(string $className): bool;
}


??

??