Camspiers\StatisticalClassifier\DataSource\Json::__construct PHP Метод

__construct() публичный Метод

Creates the object from the filename
public __construct ( string $filename )
$filename string The filename of the json file
    public function __construct($filename)
    {
        $this->filename = $filename;
    }