Composer\Installers
OsclassInstaller{} WC 1.0
Хуков нет.
Возвращает
Null. Ничего.
Использование
$OsclassInstaller = new OsclassInstaller(); // use class methods
Методы
Нет Методов у класса.
Код 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}/',
);
}