Documentation

ProjectInstaller
in package
implements InstallerInterface

Project Installer is used to install a single package into a directory as root project.

Tags
author

Benjamin Eberlei kontakt@beberlei.de

Interfaces, Classes and Traits

InstallerInterface
Interface for the package installation manager.

Table of Contents

$downloadManager  : mixed
$filesystem  : mixed
$installPath  : mixed
__construct()  : mixed
getInstallPath()  : string
Returns the installation path of a package
install()  : mixed
Installs specific package.
isInstalled()  : bool
Checks that provided package is installed.
supports()  : bool
Decides if the installer supports the given type
uninstall()  : mixed
Uninstalls specific package.
update()  : mixed
Updates specific package.

Properties

Methods

supports()

Decides if the installer supports the given type

public supports(string $packageType) : bool
Parameters
$packageType : string
Return values
bool

Search results