Documentation

Horde_Vcs_Patchset_Svn extends Horde_Vcs_Patchset_Base
in package

Subversion patchset class.

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[, mixed $opts = array() ]) : mixed
Parameters
$rep : Horde_Vcs

A Horde_Vcs repository object.

$opts : 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