API17:JInstaller::parseQueries
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JInstaller::parseQueries== | =={{JVer|11.1}} JInstaller::parseQueries== | ||
===Description=== | ===Description=== | ||
| − | Backward compatible | + | Backward compatible method to parse through a queries element of the installation manifest file and take appropriate action. |
{{Description:JInstaller::parseQueries}} | {{Description:JInstaller::parseQueries}} | ||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JInstaller::parseQueries|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInstaller::parseQueries|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function parseQueries ($element) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 24: | Line 21: | ||
| | | | ||
| | | | ||
| − | |The xml node to process | + | |The xml node to process |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' mixed Number of queries processed or False on error | |
| − | mixed Number of queries processed or False on error | + | * '''Defined''' on line 674 of libraries/joomla/installer/installer.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/installer/installer.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JInstaller::parseQueries source code''' on [[jplatform:installer/installer.php#cl-666|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JInstaller/11.1|JInstaller]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]] | ||
| + | * [[JInstaller::parseQueries|Other versions of JInstaller::parseQueries]] | ||
| + | {{SeeAlso:JInstaller::parseQueries}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInstaller::parseQueries|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInstaller::parseQueries|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 47: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JInstaller]][[Category:JInstaller::parseQueries]]</noinclude> | <noinclude>[[Category:JInstaller]][[Category:JInstaller::parseQueries]]</noinclude> | ||
Revision as of 21:11, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInstaller::parseQueries
Description
Backward compatible method to parse through a queries element of the installation manifest file and take appropriate action.
Description:JInstaller::parseQueries [Edit Descripton]
public function parseQueries ($element)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $element | The xml node to process |
- Returns mixed Number of queries processed or False on error
- Defined on line 674 of libraries/joomla/installer/installer.php
- Since
See also
-
JInstaller::parseQueries source code on BitBucket
-
Class JInstaller
-
Subpackage Installer
- Other versions of JInstaller::parseQueries
SeeAlso:JInstaller::parseQueries [Edit See Also]
User contributed notes
<CodeExamplesForm />
