API16:JInstaller/ construct
From Joomla! Documentation
Description
Constructor
<! removed transcluded page call, red link never existed >
Syntax
__construct()
Defined in
libraries/joomla/installer/installer.php
Importing
jimport( 'joomla.installer.installer' );
Source Body
public function __construct()
{
parent::__construct(dirname(__FILE__),'JInstaller');
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples