FileWriterFromFileDelegate
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(callable $delegate) : mixed
Parameters
- $delegate : callable
toFile()
Converts the object's data to a file on disk.
public
toFile() : SplFileInfo