}',
+
+ 'thead_open' => '${2:}',
+ 'thead_close' => '${3:}',
+
+ 'heading_row_start' => '${4:}',
+ 'heading_row_end' => '${5:
}',
+ 'heading_cell_start' => '${6:}',
+ 'heading_cell_end' => '${7: | }',
+
+ 'tfoot_open' => '${8:}',
+ 'tfoot_close' => '${9:}',
+
+ 'footing_row_start' => '${10:}',
+ 'footing_row_end' => '${11:
}',
+ 'footing_cell_start' => '${12:}',
+ 'footing_cell_end' => '${13: | }',
+
+ 'tbody_open' => '${14:}',
+ 'tbody_close' => '${15:}',
+
+ 'row_start' => '${16:}',
+ 'row_end' => '${17:
}',
+ 'cell_start' => '${18:}',
+ 'cell_end' => '${19: | }',
+
+ 'row_alt_start' => '${20:}',
+ 'row_alt_end' => '${21:
}',
+ 'cell_alt_start' => '${22:}',
+ 'cell_alt_end' => '${23: | }',
+
+ 'table_close' => '${24:
}'
+];
+
+\$table->setTemplate($template);
+]]>