__construct readability

This commit is contained in:
William Knauss
2014-02-05 18:25:13 -05:00
parent e16d818d07
commit 8dd2e52073

View File

@@ -173,7 +173,7 @@ class parseCSV {
* @param input CSV file or string
* @return nothing
*/
function parseCSV ($input = null, $offset = null, $limit = null, $conditions = null) {
public function __construct ($input = null, $offset = null, $limit = null, $conditions = null) {
if ($offset!==null) {
$this->offset = $offset;
}