JUpdater/ construct: Difference between revisions
From Joomla! Documentation
New page: ===Description===
Constructor
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{... |
m clean up |
||
| Line 2: | Line 2: | ||
Constructor | Constructor | ||
{{Description:JUpdater/__construct}} | |||
{{subst:Description:JUpdater/__construct}} | |||
===Syntax=== | ===Syntax=== | ||
| Line 25: | Line 23: | ||
</source> | </source> | ||
{{subst:SeeAlso:JUpdater/__construct}} | |||
{{SeeAlso:JUpdater/__construct}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:34, 24 March 2017
Description
Constructor
{{subst:Description:JUpdater/__construct}}
Syntax
__construct()
Defined in
libraries/joomla/updater/updater.php
Importing
jimport( 'joomla.updater.updater' );
Source Body
public function __construct() {
// adapter base path, class prefix
parent::__construct(dirname(__FILE__),'JUpdater');
}
{{subst:SeeAlso:JUpdater/__construct}}
Examples
<CodeExamplesForm />