Documentation

ChunkWriterFileCache
in package
implements ChunkWriterInterface, FileWriterInterface uses FileCacheTrait

FinalYes

Table of Contents

Interfaces

ChunkWriterInterface
FileWriterInterface
Writer that materializes object state as a file.

Methods

__construct()  : mixed
toChunks()  : Generator
Converts the object's held data to a Generator.
toFile()  : SplFileInfo
Converts the object's data to a file on disk.

Methods

toChunks()

Converts the object's held data to a Generator.

public toChunks() : Generator
Return values
Generator

toFile()

Converts the object's data to a file on disk.

public toFile() : SplFileInfo
Return values
SplFileInfo
On this page

Search results