*/ public function hasHeader() { return true; } /** * Function to get info about imported file contains First Row or not * @param $hasHeader * @return */ public function getFirstRowData($hasHeader=true) { return true; } } ?>