JDatabaseExporter::withStructure
Sets an internal option to export the structure of the input table(s).
Signature
public function withStructure([boolean
$setting = true] )
Parameters
-
$setting
- True to export the structure, false to not.
Returns
- JDatabaseExporter
- Method supports chaining.