renamed function to getTotalDataRowCount

This commit is contained in:
Susann Sgorzaly
2018-02-26 08:33:09 +01:00
parent b6247c367c
commit 9e5c97328d
2 changed files with 3 additions and 3 deletions

View File

@@ -547,7 +547,7 @@ class Csv {
*
* @return bool|int
*/
public function getTotalRowCount() {
public function getTotalDataRowCount() {
if (empty($this->file_data)) {
return false;
}