[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 88 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
FileWriterGeneratorStrategy:: (3 methods):
__construct()
generate()
writeFile()
Class: FileWriterGeneratorStrategy - X-Ref
Generator strategy that writes the generated classes to disk while generating them__construct(FileLocatorInterface $fileLocator) X-Ref |
param: \ProxyManager\FileLocator\FileLocatorInterface $fileLocator |
generate(ClassGenerator $classGenerator) X-Ref |
Write generated code to disk and return the class code {@inheritDoc} |
writeFile(string $source, string $location) X-Ref |
Writes the source file in such a way that race conditions are avoided when the same file is written multiple times in a short time period param: string $source param: string $location |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |