CsvFileStorage
extends AbstractStorage
in package
implements
Countable
FinalYes
Allows for saving data to a CSV file.
Table of Contents
Interfaces
- Countable
Methods
- __construct() : mixed
- __destruct() : mixed
- commit() : void
- count() : int
- Get the count of items in storage
Methods
__construct()
public
__construct(string $filename[, string|null $typeClassName = null ]) : mixed
Parameters
- $filename : string
- $typeClassName : string|null = null
__destruct()
public
__destruct() : mixed
commit()
public
commit() : void
count()
Get the count of items in storage
public
count() : int