class TYPO3CmsInstaller in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php \Composer\Installers\TYPO3CmsInstaller
Extension installer for TYPO3 CMS
@author Sascha Egerer <sascha.egerer@dkd.de>
Hierarchy
- class \Composer\Installers\BaseInstaller
- class \Composer\Installers\TYPO3CmsInstaller
Expanded class hierarchy of TYPO3CmsInstaller
File
- vendor/
composer/ installers/ src/ Composer/ Installers/ TYPO3CmsInstaller.php, line 9
Namespace
Composer\InstallersView source
class TYPO3CmsInstaller extends BaseInstaller {
protected $locations = array(
'extension' => 'typo3conf/ext/{$name}/',
);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BaseInstaller:: |
protected | property | ||
BaseInstaller:: |
protected | property | ||
BaseInstaller:: |
public | function | Return the install path based on package type. | 1 |
BaseInstaller:: |
public | function | Gets the installer's locations | 1 |
BaseInstaller:: |
public | function | For an installer to override to modify the vars per installer. | 16 |
BaseInstaller:: |
protected | function | Search through a passed paths array for a custom install path. | |
BaseInstaller:: |
protected | function | Replace vars in a path | |
BaseInstaller:: |
public | function | Initializes base installer. | |
TYPO3CmsInstaller:: |
protected | property |
Overrides BaseInstaller:: |