You are here

MagentoInstaller.php in Zircon Profile 8

File

vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php
View source
<?php

namespace Composer\Installers;

class MagentoInstaller extends BaseInstaller {
  protected $locations = array(
    'theme' => 'app/design/frontend/{$name}/',
    'skin' => 'skin/frontend/default/{$name}/',
    'library' => 'lib/{$name}/',
  );

}

Classes

Namesort descending Description
MagentoInstaller