JDatabaseMySQLImporter:: construct: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
===Synopsis=== | ===Synopsis=== | ||
| Line 20: | Line 20: | ||
* [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | * [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | ||
* [[API17:JDatabaseMySQLImporter::__construct|Other versions of this method]] | * [[API17:JDatabaseMySQLImporter::__construct|Other versions of this method]] | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseMySQLImporter::__construct | category=JDatabaseMySQLImporter::__construct | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:39, 25 March 2017
JDatabaseMySQLImporter::__construct
Description
Constructor.
Synopsis
public JDatabaseMySQLImporter::__construct ()
Returns
Defined in
libraries/joomla/database/database/mysqlimporter.php (line 59)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples