API17

Difference between revisions of "JInstaller::parseQueries"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 2: Line 2:
 
=={{JVer|11.1}} JInstaller::parseQueries==
 
=={{JVer|11.1}} JInstaller::parseQueries==
 
===Description===
 
===Description===
Backward compatible Method to parse through a queries element of the installation manifest file and take appropriate action.  
+
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>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JInstaller::parseQueries ($element)
+
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===
+
* '''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
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/installer/installer.php (line 686)
 
* see source code in [[jplatform:installer/installer.php#cl-686|BitBucket]]
 
===Referenced by===
 
 
===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>
* [[JInstaller/11.1|JInstaller]]
+
===User contributed notes===
* [[JInstaller::parseQueries|Other versions of this method]]
 
{{SeeAlso:JInstaller::parseQueries}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 48: 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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JInstaller::parseQueries[edit]

Description[edit]

Backward compatible method to parse through a queries element of the installation manifest file and take appropriate action.

Template: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 Joomla 11.1

See also[edit]

Template:SeeAlso:JInstaller::parseQueries [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />