PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.2.1
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.2.1
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/Source/Query.php +0 -18 3.1.33.2.1 View file →
@@ -35,16 +35,8 @@
35 35 */
36 36 protected $_query;
37 37
38 38 /**
39 - * The error message.
40 - *
41 - * @access protected
42 - * @var string
43 - */
44 - protected $_error;
45 -
46 - /**
47 39 * Constructor.
48 40 *
49 41 * @access public
50 42 * @param string $query The query.
@@ -175,18 +167,8 @@
175 167 }
176 168 $this->_data = $data;
177 169
178 170 return true;
179 - }
180 -
181 - /**
182 - * Returns the error, if any.
183 - *
184 - * @access public
185 - * @return string
186 - */
187 - public function get_error() {
188 - return $this->_error;
189 171 }
190 172
191 173 /**
192 174 * Returns the final query.