JDatabaseMySQLImporter::from: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Specifies the data source to import. | Specifies the data source to import. | ||
{{Description:JDatabaseMySQLImporter::from}} | {{subst:Description:JDatabaseMySQLImporter::from}} | ||
===Since=== | ===Since=== | ||
{{JVer|11.1 }} | {{JVer|11.1 }} | ||
| Line 34: | Line 32: | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
* [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | * [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | ||
* [[API17:JDatabaseMySQLImporter::from|Other versions of this method]] | * [[API17:JDatabaseMySQLImporter::from|Other versions of this method]] | ||
{{SeeAlso:JDatabaseMySQLImporter::from}} | {{subst:SeeAlso:JDatabaseMySQLImporter::from}} | ||
===Examples=== | ===Examples=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:05, 24 March 2017
JDatabaseMySQLImporter::from
Description
Specifies the data source to import.
{{subst:Description:JDatabaseMySQLImporter::from}}
Since
Synopsis
public JDatabaseMySQLImporter::from ($from)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $from | mixed | The data source to import. |
Returns
Method supports chaining.
Defined in
libraries/joomla/database/database/mysqlimporter.php (line 122)
- see source code in BitBucket
Referenced by
See also
{{subst:SeeAlso:JDatabaseMySQLImporter::from}}
Examples
<CodeExamplesForm />