Documentation

InstallerInterface

Interface for the package installation manager.

Tags
author

Konstantin Kudryashov ever.zet@gmail.com

author

Jordi Boggiano j.boggiano@seld.be

Table of Contents

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.

Methods

supports()

Decides if the installer supports the given type

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

Search results