We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7274094 commit fab0e20Copy full SHA for fab0e20
src/Gwt/Client.php
@@ -330,23 +330,6 @@ public function getWebsite()
330
return $this->_website;
331
}
332
333
-
334
- /**
335
- * Sets features that should be downloaded.
336
- *
337
- * @param array $tables For valid values see getAllowedTableNames() method
338
- * @return $this
339
- */
340
- public function setTables(array $tables)
341
- {
342
- $this->_tables = array_intersect(
343
- $this->getAllowedTableNames(),
344
- $tables
345
- );
346
347
- return $this;
348
- }
349
350
/**
351
* Sets date range for download data.
352
*
0 commit comments