Commit 4f21add9 authored by Sergey Antonovich's avatar Sergey Antonovich 🇯🇵

Update class-synergy.php

parent b613dd90
...@@ -71,7 +71,11 @@ ...@@ -71,7 +71,11 @@
} }
} }
} }
public static function tableData($tableID){ public static function getRowsCount($tableID){
if(!self::$formData) return;
return count(self::convertTable($tableID));
}
public static function convertTable($tableID){
if (!self::$formData) return; if (!self::$formData) return;
$data = self::getValue($tableID); $data = self::getValue($tableID);
$convert = array(); $convert = array();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment