JUpdateAdapter: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JUpdateAdapter}}
===Define... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JUpdateAdapter}} | |||
{{Description:JUpdateAdapter}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 10: | Line 7: | ||
<source lang="php">jimport( 'joomla.updater.updateadapter' );</source> | <source lang="php">jimport( 'joomla.updater.updateadapter' );</source> | ||
{{subst:SeeAlso:JUpdateAdapter}} | |||
{{SeeAlso:JUpdateAdapter}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:34, 24 March 2017
{{subst:Description:JUpdateAdapter}}
Defined in
libraries/joomla/updater/updateadapter.php
Importing
jimport( 'joomla.updater.updateadapter' );
{{subst:SeeAlso:JUpdateAdapter}}
Examples
<CodeExamplesForm />