setParam($new_path, $new_filetype, $new_columns); } public function setParam($new_path, $new_filetype, $new_columns) { $this->path = $new_path; $this->filetype = $new_filetype; $this->columns = $new_columns; } public function displayFiles() { $count = 0; echo "
| \n";
echo " $file \n"; echo " | \n";
$count++;
}
}
echo "