Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
synergy-various-libraries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
community
synergy-various-libraries
Commits
4f21add9
Commit
4f21add9
authored
May 28, 2018
by
Sergey Antonovich
🇯🇵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update class-synergy.php
parent
b613dd90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Classes/class-synergy.php
Classes/class-synergy.php
+5
-1
No files found.
Classes/class-synergy.php
View file @
4f21add9
...
...
@@ -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
;
$data
=
self
::
getValue
(
$tableID
);
$convert
=
array
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment