Installer
in package
Components_Runner_Installer:: installs a Horde component including its dependencies.
Copyright 2010-2020 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- $_config : Config
- $_factory : Factory
- $_installer : Installer
- $_output : Output
- The output handler.
- __construct() : mixed
- Constructor.
- run() : void
Properties
$_config read-only
private
Config
$_config
$_factory read-only
private
Factory
$_factory
$_installer read-only
private
Installer
$_installer
$_output read-only
The output handler.
private
Output
$_output
Methods
__construct()
Constructor.
public
__construct(Config $_config, Installer $_installer, Factory $_factory, Output $_output) : mixed
Parameters
- $_config : Config
-
The configuration for the current job.
- $_installer : Installer
-
The install helper.
- $_factory : Factory
-
The factory for PEAR dependencies.
- $_output : Output
-
The output handler.
Return values
mixed —run()
public
run() : void