You are here

class MODXEvoInstaller in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php \Composer\Installers\MODXEvoInstaller

An installer to handle MODX Evolution specifics when installing packages.

Hierarchy

Expanded class hierarchy of MODXEvoInstaller

File

vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php, line 7

Namespace

Composer\Installers
View source
class MODXEvoInstaller extends BaseInstaller {
  protected $locations = array(
    'snippet' => 'assets/snippets/{$name}/',
    'plugin' => 'assets/plugins/{$name}/',
    'module' => 'assets/modules/{$name}/',
    'template' => 'assets/templates/{$name}/',
    'lib' => 'assets/lib/{$name}/',
  );

}

Members

Namesort descending Modifiers Type Description Overrides
BaseInstaller::$composer protected property
BaseInstaller::$package protected property
BaseInstaller::getInstallPath public function Return the install path based on package type. 1
BaseInstaller::getLocations public function Gets the installer's locations 1
BaseInstaller::inflectPackageVars public function For an installer to override to modify the vars per installer. 16
BaseInstaller::mapCustomInstallPaths protected function Search through a passed paths array for a custom install path.
BaseInstaller::templatePath protected function Replace vars in a path
BaseInstaller::__construct public function Initializes base installer.
MODXEvoInstaller::$locations protected property Overrides BaseInstaller::$locations