FileWriterMemoryCache
in package
implements
FileWriterInterface
FinalYes
Table of Contents
Interfaces
- FileWriterInterface
- Writer that materializes object state as a file.
Methods
- __construct() : mixed
- toFile() : SplFileInfo
- Converts the object's data to a file on disk.
Methods
__construct()
public
__construct(FileWriterInterface $source) : mixed
Parameters
- $source : FileWriterInterface
toFile()
Converts the object's data to a file on disk.
public
toFile() : SplFileInfo