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;
    }