CsvFileStorage
extends AbstractStorage
in package
implements
Countable, Closable, Loadable, Persistable
FinalYes
Allows for saving data to a CSV file.
Table of Contents
Interfaces
- Countable
- Closable
- Loadable
- Persistable
Methods
- __construct() : mixed
- close() : void
- load() : void
- persist() : void
Methods
__construct()
public
__construct(string $filename[, string|null $typeClassName = null ]) : mixed
Parameters
- $filename : string
- $typeClassName : string|null = null
close()
public
close() : void
load()
public
load() : void
persist()
public
persist() : void