API17

JDatabaseMySQLImporter:: construct: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Constructor.  
Constructor.  


{{Description:JDatabaseMySQLImporter::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseMySQLImporter::__construct|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JDatabaseMySQLImporter->__construct ()
public JDatabaseMySQLImporter::__construct ()
</source>
</source>
===Returns===
===Returns===


===Defined in===
===Defined in===
libraries/joomla/database/database/mysqlimporter.php
libraries/joomla/database/database/mysqlimporter.php (line 59)
* see source code in [[jplatform:database/database/mysqlimporter.php#cl-59|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLImporter::__construct|Edit See Also]]<nowiki>]</nowiki>
* [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]]
</span>
* [[API17:JDatabaseMySQLImporter::__construct|Other versions of this method]]
* [[JDatabaseMySQLImporter/11.1|JDatabaseMySQLImporter]]
 
* [[JDatabaseMySQLImporter::__construct|Other versions of this method]]
{{SeeAlso:JDatabaseMySQLImporter::__construct}}
===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseMySQLImporter::__construct
category=JDatabaseMySQLImporter::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JDatabaseMySQLImporter]][[Category:JDatabaseMySQLImporter::__construct]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:39, 25 March 2017

Joomla 11.1 JDatabaseMySQLImporter::__construct

Description

Constructor.


Synopsis

public JDatabaseMySQLImporter::__construct ()

Returns

Defined in

libraries/joomla/database/database/mysqlimporter.php (line 59)

Referenced by

See also

Examples

Code Examples