Documentation

Horde_Vcs_Patchset_Base
in package

Base patchset class.

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 abstract __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