Element index for package VersionControl_Git
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ _ ]
top
top
top
top
top
top
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
top
top
top
top
top
top
top
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
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.
|
|