Documentation

Horde_Vcs_Patchset_Git extends Horde_Vcs_Patchset_Base
in package

Git patchset class.

Copyright 2008-2017 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
author

Chuck Hagenbuch chuck@horde.org

author

Michael Slusarz slusarz@horde.org

Table of Contents

$_patchsets  : array<string|int, mixed>
__construct()  : mixed
Constructor
getPatchsets()  : array<string|int, mixed>
TODO

Properties

$_patchsets

protected array<string|int, mixed> $_patchsets = array()

Methods

__construct()

Constructor

public __construct(Horde_Vcs $rep[, array<string|int, mixed> $opts = array() ]) : mixed
Parameters
$rep : Horde_Vcs

A Horde_Vcs repository object.

$opts : array<string|int, mixed> = array()

Additional options.

'file' - (string) The filename to produce patchsets for.
'range' - (array) The patchsets to process.
          DEFAULT: None (all patchsets are processed).
Return values
mixed

getPatchsets()

TODO

public getPatchsets() : array<string|int, mixed>
Return values
array<string|int, mixed>

TODO 'date' 'author' 'branches' 'tags' 'log' 'members' - array: 'file' 'from' 'to' 'status' 'added' 'deleted'

Search results