Documentation

MetapackageInstaller
in package
implements InstallerInterface

Metapackage installation manager.

Tags
author

Martin Hasoň martin.hason@gmail.com

Interfaces, Classes and Traits

InstallerInterface
Interface for the package installation manager.

Table of Contents

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

Search results