VersionControl_Git
[ class tree: VersionControl_Git ] [ index: VersionControl_Git ] [ all elements ]

Class: VersionControl_Git_Util_RevListFetcher

Source Location: /VersionControl_Git-0.4.4/VersionControl/Git/Util/RevListFetcher.php

Class Overview

VersionControl_Git_Component
   |
   --VersionControl_Git_Util_Command
      |
      --VersionControl_Git_Util_RevListFetcher

The class represents Git rev-list


Author(s):

Copyright:

  • 2010 Kousuke Ebihara

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 36]
The class represents Git rev-list


[ Top ]


Class Variables

$target =  self::DEFAULT_TARGET

[line 50]

The target for the commit (commit range string, branch name, etc...)
  • Access: protected

Type:   string


[ Top ]



Method Detail

fetch   [line 85]

array fetch( )

Fetch the commits
  • Return: An array of instances of VersionControl_Git_Object_Commit
  • Access: public

[ Top ]

reset   [line 71]

VersionControl_Git_Util_RevListFetcher reset( )

Reset properties
  • Return: The "$this" object
  • Access: public

[ Top ]

target   [line 59]

VersionControl_Git_Util_RevListFetcher target( string $target)

Set the target
  • Return: The "$this" object
  • Access: public

Parameters:

string   $target   —  The target for the commits that you want to get

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:43:04 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.