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

Element index for package VersionControl_Git

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ v ] [ _ ]

_

__construct
in file Tree.php, method VersionControl_Git_Object_Tree::__construct()
    Constructor
__construct
in file Component.php, method VersionControl_Git_Component::__construct()
    Constructor
__construct
in file Object.php, method VersionControl_Git_Object::__construct()
    Constructor
__construct
in file Git.php, method VersionControl_Git::__construct()
    Constructor
__toString
in file Object.php, method VersionControl_Git_Object::__toString()
    Get a value of this instance as string
top

a

$arguments
in file Command.php, variable VersionControl_Git_Util_Command::$arguments
    An array of arguments
$author
in file Commit.php, variable VersionControl_Git_Object_Commit::$author
    The author related to this commit
addArgument
in file Command.php, method VersionControl_Git_Util_Command::addArgument()
    Add an argument
addDoubleDash
in file Command.php, method VersionControl_Git_Util_Command::addDoubleDash()
    Add / Remove a double-dash
AllTest.php
procedural page AllTest.php
top

b

Blob.php
procedural page Blob.php
top

c

$committedAt
in file Commit.php, variable VersionControl_Git_Object_Commit::$committedAt
    The committed time of this commit (timestamp)
$committer
in file Commit.php, variable VersionControl_Git_Object_Commit::$committer
    The commiter related to this commit
$content
in file Blob.php, variable VersionControl_Git_Object_Blob::$content
    The contents of this object
$createdAt
in file Commit.php, variable VersionControl_Git_Object_Commit::$createdAt
    The created time of this commit (timestamp)
checkout
in file Git.php, method VersionControl_Git::checkout()
    Checkout the specified branch
createClone
in file Git.php, method VersionControl_Git::createClone()
    Create a new clone from the specified repository
createCommandString
in file Command.php, method VersionControl_Git_Util_Command::createCommandString()
    Create a command string to execute
createInstanceByArray
in file Commit.php, method VersionControl_Git_Object_Commit::createInstanceByArray()
    Create an instance of this class that is based on specified array
current
in file Tree.php, method VersionControl_Git_Object_Tree::current()
    Get the current value
checkFixtures.php
procedural page checkFixtures.php
Component.php
procedural page Component.php
Commit.php
procedural page Commit.php
Command.php
procedural page Command.php
top

d

$directory
in file Git.php, variable VersionControl_Git::$directory
    The directory for this repository
$doubleDash
in file Command.php, variable VersionControl_Git_Util_Command::$doubleDash
    Flag to add "--" before the end of command
DEFAULT_TARGET
in file RevListFetcher.php, class constant VersionControl_Git_Util_RevListFetcher::DEFAULT_TARGET
    The default target value
DummyGitCommand
in file VersionControl_Git_Util_CommandTest.php, class DummyGitCommand
    The OO interface for executing Git command
DummyGitComponent
in file VersionControl_Git_ComponentTest.php, class DummyGitComponent
    The base class of all components for VersionControl_Git
DummyGitObject
in file VersionControl_Git_ObjectTest.php, class DummyGitObject
    The base class for the all Git objects (commit, tree, blob and tag(unsupported))
top

e

execute
in file Command.php, method VersionControl_Git_Util_Command::execute()
    Execute a created command and get result
Exception.php
procedural page Exception.php
top

f

fetch
in file Tree.php, method VersionControl_Git_Object_Tree::fetch()
    Fetch the substance of this object
fetch
in file RevListFetcher.php, method VersionControl_Git_Util_RevListFetcher::fetch()
    Fetch the commits
fetch
in file Object.php, method VersionControl_Git_Object::fetch()
    Fetch the substance of this object
fetch
in file Commit.php, method VersionControl_Git_Object_Commit::fetch()
    Fetch the substance of this object
fetch
in file Blob.php, method VersionControl_Git_Object_Blob::fetch()
    Fetch the substance of this object
fetch
in file VersionControl_Git_ObjectTest.php, method DummyGitObject::fetch()
top

g

$git
in file Component.php, variable VersionControl_Git_Component::$git
    The related instance of the VersionControl_Git
$gitCommandPath
in file Git.php, variable VersionControl_Git::$gitCommandPath
    Location to git binary
getAuthor
in file Commit.php, method VersionControl_Git_Object_Commit::getAuthor()
    Get the author related to this commit
getBranches
in file Git.php, method VersionControl_Git::getBranches()
    Get an array of branch names
getCommand
in file Git.php, method VersionControl_Git::getCommand()
    Get an instance of the VersionControl_Git_Util_Command that is related to this repository
getCommits
in file Git.php, method VersionControl_Git::getCommits()
    Get an array of the VersionControl_Git_Object_Commit objects
getCommittedAt
in file Commit.php, method VersionControl_Git_Object_Commit::getCommittedAt()
    Get the committed time of this commit
getCommitter
in file Commit.php, method VersionControl_Git_Object_Commit::getCommitter()
    Get the committer related to this commit
getContent
in file Blob.php, method VersionControl_Git_Object_Blob::getContent()
    Get the contents of this object
getCreatedAt
in file Commit.php, method VersionControl_Git_Object_Commit::getCreatedAt()
    Get the created time of this commit
getCurrentBranch
in file Git.php, method VersionControl_Git::getCurrentBranch()
    Get a current branch name
getDirectory
in file Git.php, method VersionControl_Git::getDirectory()
    Get the directory for this repository
getGitCommandPath
in file Git.php, method VersionControl_Git::getGitCommandPath()
    Get the location to git binary
getGitVersion
in file Git.php, method VersionControl_Git::getGitVersion()
    Get Git version (e.g. 1.7.0)
getHeadCommits
in file Git.php, method VersionControl_Git::getHeadCommits()
    Get an array of branch object names
getMessage
in file Commit.php, method VersionControl_Git_Object_Commit::getMessage()
    Get the message related to this commit
getParents
in file Commit.php, method VersionControl_Git_Object_Commit::getParents()
    Get the parent objects related to this commit
getRemoteBranches
in file Git.php, method VersionControl_Git::getRemoteBranches()
    Get an array of remote branch names
getRevListFetcher
in file Git.php, method VersionControl_Git::getRevListFetcher()
    Get an instance of the VersionControl_Git_Util_RevListFetcher that is related to this repository
getTags
in file Git.php, method VersionControl_Git::getTags()
    Get an array of tag names
getTree
in file Commit.php, method VersionControl_Git_Object_Commit::getTree()
    Get the tree object related to this commit
getTree
in file Git.php, method VersionControl_Git::getTree()
    Get an instance of the VersionControl_Git_Object_Tree that is related to this repository
Git.php
procedural page Git.php
getCommandString
in file VersionControl_Git_Util_CommandTest.php, method DummyGitCommand::getCommandString()
getProperty
in file VersionControl_Git_Util_CommandTest.php, method DummyGitCommand::getProperty()
top

h

hasParents
in file Commit.php, method VersionControl_Git_Object_Commit::hasParents()
    Check if this commit has parents or not
top

i

$id
in file Object.php, variable VersionControl_Git_Object::$id
    The identifier of this object
initialRepository
in file Git.php, method VersionControl_Git::initialRepository()
    Alias of VersionControl_Git::initRepository()
initRepository
in file Git.php, method VersionControl_Git::initRepository()
    Initialize a new repository
isIncomplete
in file Commit.php, method VersionControl_Git_Object_Commit::isIncomplete()
    Check if this commit has all mandatory attributes or not
top

k

key
in file Tree.php, method VersionControl_Git_Object_Tree::key()
    Get the current key
top

m

$message
in file Commit.php, variable VersionControl_Git_Object_Commit::$message
    The message related to this commit
top

n

next
in file Tree.php, method VersionControl_Git_Object_Tree::next()
    Move forward to next positon
top

o

$objects
in file Tree.php, variable VersionControl_Git_Object_Tree::$objects
    An array of instances of object
$options
in file Command.php, variable VersionControl_Git_Util_Command::$options
    An array of options
Object.php
procedural page Object.php
top

p

$parent
in file Commit.php, variable VersionControl_Git_Object_Commit::$parent
    The parent object related to this commit
$position
in file Tree.php, variable VersionControl_Git_Object_Tree::$position
    The current position
parseUser
in file Commit.php, method VersionControl_Git_Object_Commit::parseUser()
    Parse a string of commiter and authror line
top

r

reset
in file RevListFetcher.php, method VersionControl_Git_Util_RevListFetcher::reset()
    Reset properties
rewind
in file Tree.php, method VersionControl_Git_Object_Tree::rewind()
    Rewind this iterator to the first position
RevListFetcher.php
procedural page RevListFetcher.php
top

s

$subCommand
in file Command.php, variable VersionControl_Git_Util_Command::$subCommand
    The subcommand name
seek
in file Tree.php, method VersionControl_Git_Object_Tree::seek()
    Seeks to the specified position
setArguments
in file Command.php, method VersionControl_Git_Util_Command::setArguments()
    Set the arguments
setAuthor
in file Commit.php, method VersionControl_Git_Object_Commit::setAuthor()
    Set the author related to this commit
setCommitter
in file Commit.php, method VersionControl_Git_Object_Commit::setCommitter()
    Set the committer related to this commit
setGitCommandPath
in file Git.php, method VersionControl_Git::setGitCommandPath()
    Set the location to git binary
setMessage
in file Commit.php, method VersionControl_Git_Object_Commit::setMessage()
    Set the message related to this commit
setOption
in file Command.php, method VersionControl_Git_Util_Command::setOption()
    Set a option
setOptions
in file Command.php, method VersionControl_Git_Util_Command::setOptions()
    Set the options
setParents
in file Commit.php, method VersionControl_Git_Object_Commit::setParents()
    Set the parent objects related to this commit
setSubCommand
in file Command.php, method VersionControl_Git_Util_Command::setSubCommand()
    Set the subcommand name
setTree
in file Commit.php, method VersionControl_Git_Object_Commit::setTree()
    Set the tree object related to this commit
stripEscapeSequence
in file Command.php, method VersionControl_Git_Util_Command::stripEscapeSequence()
    Strip terminal escape sequences from the specified string
top

t

$target
in file RevListFetcher.php, variable VersionControl_Git_Util_RevListFetcher::$target
    The target for the commit (commit range string, branch name, etc...)
$tree
in file Commit.php, variable VersionControl_Git_Object_Commit::$tree
    The tree object related to this commit
target
in file RevListFetcher.php, method VersionControl_Git_Util_RevListFetcher::target()
    Set the target
Tree.php
procedural page Tree.php
top

v

valid
in file Tree.php, method VersionControl_Git_Object_Tree::valid()
    Checks if current position is valid
VersionControl_Git
in file Git.php, class VersionControl_Git
    The OO interface for Git
VersionControl_GitTest.php
procedural page VersionControl_GitTest.php
VersionControl_Git_ComponentTest.php
procedural page VersionControl_Git_ComponentTest.php
VersionControl_Git_ObjectTest.php
procedural page VersionControl_Git_ObjectTest.php
VersionControl_Git_Object_BlobTest.php
procedural page VersionControl_Git_Object_BlobTest.php
VersionControl_Git_Object_CommitTest.php
procedural page VersionControl_Git_Object_CommitTest.php
VersionControl_Git_Object_TreeTest.php
procedural page VersionControl_Git_Object_TreeTest.php
VersionControl_Git_Util_CommandTest.php
procedural page VersionControl_Git_Util_CommandTest.php
VersionControl_Git_Component
in file Component.php, class VersionControl_Git_Component
    The base class of all components for VersionControl_Git
VersionControl_Git_Exception
in file Exception.php, class VersionControl_Git_Exception
    The exception class for VersionControl_Git
VersionControl_Git_Object
in file Object.php, class VersionControl_Git_Object
    The base class for the all Git objects (commit, tree, blob and tag(unsupported))
VersionControl_Git_Object_Blob
in file Blob.php, class VersionControl_Git_Object_Blob
    The OO interface for blob object
VersionControl_Git_Object_Commit
in file Commit.php, class VersionControl_Git_Object_Commit
    The class represents Git commits
VersionControl_Git_Object_Tree
in file Tree.php, class VersionControl_Git_Object_Tree
    The OO interface for tree object
VersionControl_Git_Util_Command
in file Command.php, class VersionControl_Git_Util_Command
    The OO interface for executing Git command
VersionControl_Git_Util_RevListFetcher
in file RevListFetcher.php, class VersionControl_Git_Util_RevListFetcher
    The class represents Git rev-list
top

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