mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
made _check_data protected
This commit is contained in:
@@ -1084,12 +1084,12 @@ class parseCSV {
|
|||||||
/**
|
/**
|
||||||
* Check file data
|
* Check file data
|
||||||
*
|
*
|
||||||
* @access public
|
* @access protected
|
||||||
* @param file local filename
|
* @param file local filename
|
||||||
*
|
*
|
||||||
* @return true or false
|
* @return true or false
|
||||||
*/
|
*/
|
||||||
public function _check_data ($file = null) {
|
protected function _check_data ($file = null) {
|
||||||
if ( empty($this->file_data) ) {
|
if ( empty($this->file_data) ) {
|
||||||
if ( $file === null ) $file = $this->file;
|
if ( $file === null ) $file = $this->file;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user