Documentation

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
category

Horde

author

Ralf Lang lang@b1-systems.de

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

$config  : Config
$gitRepoBase  : string
The repo base url.
$output  : Output
__construct()  : mixed
Constructor.
run()  : mixed

Properties

$gitRepoBase read-only

The repo base url.

private string $gitRepoBase

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
Return values
mixed

Search results