FileLocator
in package
implements
FileLocatorInterface
Interfaces, Classes, Traits and Enums
- FileLocatorInterface
- Basic autoloader utilities required to work with proxy files
Table of Contents
- $proxiesDirectory : mixed
- __construct() : mixed
- getProxyFileName() : string
- Retrieves the file name for the given proxy
Properties
$proxiesDirectory
protected
mixed
$proxiesDirectory
Methods
__construct()
public
__construct(string $proxiesDirectory) : mixed
Parameters
- $proxiesDirectory : string
Tags
Return values
mixed —getProxyFileName()
Retrieves the file name for the given proxy
public
getProxyFileName(string $className) : string
Parameters
- $className : string