CiSetup
in package
Components_Runner_CiSetup:: prepares a continuous integration setup for a component.
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
- $_config_application : Application
- $_factory : Factory
- __construct() : mixed
- Constructor.
- run() : void
Properties
$_config read-only
private
Config
$_config
$_config_application read-only
private
Application
$_config_application
$_factory read-only
private
Factory
$_factory
Methods
__construct()
Constructor.
public
__construct(Config $_config, Application $_config_application, Factory $_factory) : mixed
Parameters
- $_config : Config
-
The configuration for the current job.
- $_config_application : Application
-
The application configuration.
- $_factory : Factory
-
Generator for all required PEAR components.
Return values
mixed —run()
public
run() : void