proxiesDirectory = $absolutePath; } public function getProxyFileName(string $className): string { return $this->proxiesDirectory . DIRECTORY_SEPARATOR . str_replace('\\', '', $className) . '.php'; } }