Storm\Drivers\Base\Object\Properties\Proxies\ProxyFileGenerator::GenerateProxyFileName PHP Method

GenerateProxyFileName() final protected method

final protected GenerateProxyFileName ( $ProxyClassName )
    protected final function GenerateProxyFileName($ProxyClassName)
    {
        return $this->ProxyCachePath . $ProxyClassName . '.php';
    }