Documentation

Horde_Vcs_Patchset_Cvs extends Horde_Vcs_Patchset_Base
in package

CVS patchset class.

Copyright 2000-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

Anil Madhavapeddy anil@recoil.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 process. REQUIRED for this driver.
  • 'range': (array) The patchsets to process. DEFAULT: None (all patchsets are processed).
  • 'timezone': (string) The current timezone.
Tags
throws
Horde_Vcs_Exception
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