JDatabaseExporterMySQL:: construct: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
{{Description:JDatabaseExporterMySQL::__construct}} | {{subst:Description:JDatabaseExporterMySQL::__construct}} | ||
<source lang="php"> | <source lang="php"> | ||
public function __construct () | public function __construct () | ||
| Line 18: | Line 16: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JDatabaseExporterMySQL::__construct|Other versions of JDatabaseExporterMySQL::__construct]] | * [[API17:JDatabaseExporterMySQL::__construct|Other versions of JDatabaseExporterMySQL::__construct]] | ||
{{SeeAlso:JDatabaseExporterMySQL::__construct}} | {{subst:SeeAlso:JDatabaseExporterMySQL::__construct}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:00, 24 March 2017
JDatabaseExporterMySQL::__construct
Description
Constructor.
{{subst:Description:JDatabaseExporterMySQL::__construct}}
public function __construct ()
- Returns
- Defined on line 60 of libraries/joomla/database/database/mysqlexporter.php
See also
JDatabaseExporterMySQL::__construct source code on BitBucket
Class JDatabaseExporterMySQL
Subpackage Database- Other versions of JDatabaseExporterMySQL::__construct
{{subst:SeeAlso:JDatabaseExporterMySQL::__construct}}
User contributed notes
<CodeExamplesForm />