Composer\Installers
OsclassInstaller{} WC 1.0
No Hooks.
Return
Null. Nothing.
Usage
$OsclassInstaller = new OsclassInstaller(); // use class methods
Methods
No Methods in class.
Code of OsclassInstaller{} OsclassInstaller{} WC 5.0.0
class OsclassInstaller extends BaseInstaller
{
protected $locations = array(
'plugin' => 'oc-content/plugins/{$name}/',
'theme' => 'oc-content/themes/{$name}/',
'language' => 'oc-content/languages/{$name}/',
);
}