Composer\Installers
SMFInstaller{} WC 1.0
No Hooks.
Return
Null. Nothing.
Usage
$SMFInstaller = new SMFInstaller(); // use class methods
Methods
No Methods in class.
Code of SMFInstaller{} SMFInstaller{} WC 5.0.0
class SMFInstaller extends BaseInstaller
{
protected $locations = array(
'module' => 'Sources/{$name}/',
'theme' => 'Themes/{$name}/',
);
}