Spaces:
Sleeping
Sleeping
processmaker-community / processmaker-files /workflow /engine /lib /Service /Rest /templates /class.tpl
| class Services_Rest_{{ classname }} | |
| { | |
| /** | |
| * Structure of table '{{ tablename }} | |
| * | |
| {% for columnType in type %}* {{columnType}} | |
| {% endfor %}* | |
| */ | |
| {{ methods | safe }} | |
| } | |