PHP Class Camspiers\StatisticalClassifier\DataSource\Json

Author: Cam Spiers ([email protected])
Inheritance: extends DataArray
Show file Open project: camspiers/statistical-classifier

Public Methods

Method Description
__construct ( string $filename ) Creates the object from the filename
read ( )
write ( )

Method Details

__construct() public method

Creates the object from the filename
public __construct ( string $filename )
$filename string The filename of the json file

read() public method

public read ( )

write() public method

public write ( )