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

public __construct ( string $filepath, integer $features, boolean $headingRow = true )
$filepath string
$features integer
$headingRow boolean
Пример #1
0
 public function __construct()
 {
     $filepath = dirname(__FILE__) . '/../../../../data/wine.csv';
     parent::__construct($filepath, 13, true);
 }