FileReaderInterface
in
Reader that imports state from files or raw strings.
Tags
Table of Contents
Methods
- fromFile() : void
- fromString() : void
Methods
fromFile()
public
fromFile(SplFileInfo $sourceFile) : void
Parameters
- $sourceFile : SplFileInfo
fromString()
public
fromString(string $sourceString) : void
Parameters
- $sourceString : string