PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 4.0.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v4.0.8
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | classes/Visualizer/Render.php +1 -3 3.10.34.0.8 View file →
@@ -111,9 +111,9 @@
111 111 *
112 112 * @abstract
113 113 * @access protected
114 114 */
115 - protected abstract function _toHTML();
115 + abstract protected function _toHTML();
116 116
117 117 /**
118 118 * Builds template and return it as string.
119 119 *
@@ -214,7 +214,5 @@
214 214 }
215 215
216 216 return true;
217 217 }
218 -
219 -
220 218 }