Documentation

NoopInstaller
in package
implements InstallerInterface

Does not install anything but marks packages installed in the repo

Useful for dry runs

Tags
author

Jordi Boggiano j.boggiano@seld.be

Interfaces, Classes and Traits

InstallerInterface
Interface for the package installation manager.

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(mixed $packageType) : bool
Parameters
$packageType : mixed
Return values
bool

Search results