Git
in package
Horde\Components\Runner\Git:: runner for git operations.
Copyright 2020-2021 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
- $gitRepoBase : string
- The repo base url.
- $output : Output
- __construct() : mixed
- Constructor.
- run() : mixed
Properties
$config read-only
private
Config
$config
$gitRepoBase read-only
The repo base url.
private
string
$gitRepoBase
$output read-only
private
Output
$output
Methods
__construct()
Constructor.
public
__construct(Config $config, Output $output, Git $git) : mixed
Parameters
- $config : Config
-
The configuration for the current job.
- $output : Output
-
The output handler.
- $git : Git
-
The output handler.
Return values
mixed —run()
public
run() : mixed