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

Index of all elements

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

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
in file AllTest.php, class AllTest
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 VersionControl_Git_ObjectTest.php, method DummyGitObject::fetch()
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
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
generateTmpDir
in file VersionControl_GitTest.php, method VersionControl_GitTest::generateTmpDir()
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
getCommandString
in file VersionControl_Git_Util_CommandTest.php, method DummyGitCommand::getCommandString()
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
getCreatedInstance
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::getCreatedInstance()
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
getProperty
in file VersionControl_Git_Util_CommandTest.php, method DummyGitCommand::getProperty()
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 Git.php, method VersionControl_Git::getTree()
    Get an instance of the VersionControl_Git_Object_Tree that is related to this repository
getTree
in file Commit.php, method VersionControl_Git_Object_Commit::getTree()
    Get the tree object related to this commit
Git.php
procedural page Git.php
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

removeDirectory
in file VersionControl_GitTest.php, method VersionControl_GitTest::removeDirectory()
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
suite
in file AllTest.php, method AllTest::suite()
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
testAddArgument
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testAddArgument()
testAddDoubleDash
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testAddDoubleDash()
testConstruct
in file VersionControl_Git_ObjectTest.php, method VersionControl_Git_ObjectTest::testConstruct()
testConstruct
in file VersionControl_Git_Object_BlobTest.php, method VersionControl_Git_Object_BlobTest::testConstruct()
testConstruct
in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testConstruct()
testConstruct
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testConstruct()
testConstruct
in file VersionControl_Git_ComponentTest.php, method VersionControl_Git_ComponentTest::testConstruct()
testConstruct
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testConstruct()
testConstruct
in file VersionControl_GitTest.php, method VersionControl_GitTest::testConstruct()
testConstructError
in file VersionControl_Git_ComponentTest.php, method VersionControl_Git_ComponentTest::testConstructError()
testConstructException
in file VersionControl_GitTest.php, method VersionControl_GitTest::testConstructException()
testCreateClone
in file VersionControl_GitTest.php, method VersionControl_GitTest::testCreateClone()
testCreateCommandString
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testCreateCommandString()
testCreateCommandStringException
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testCreateCommandStringException()
testCreateInstanceByArray
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testCreateInstanceByArray()
testCreateInstanceByArrayException
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testCreateInstanceByArrayException()
testExecute
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testExecute()
testExecuteException
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testExecuteException()
testExecuteWithShortFormatOption
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testExecuteWithShortFormatOption()
testFetch
in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testFetch()
testFetch
in file VersionControl_Git_Object_BlobTest.php, method VersionControl_Git_Object_BlobTest::testFetch()
testFetch
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testFetch()
testFetchException
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testFetchException()
testGetAuthor
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetAuthor()
testGetBranches
in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetBranches()
testGetCommits
in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetCommits()
testGetCommittedAt
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetCommittedAt()
testGetCommitter
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetCommitter()
testGetContent
in file VersionControl_Git_Object_BlobTest.php, method VersionControl_Git_Object_BlobTest::testGetContent()
testGetCreatedAt
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetCreatedAt()
testGetCurrentBranch
in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetCurrentBranch()
testGetDirectory
in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetDirectory()
testGetGitCommandPath
in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetGitCommandPath()
testGetGitVersion
in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetGitVersion()
testGetHeadCommits
in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetHeadCommits()
testGetParents
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetParents()
testGetRemoteBranches
in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetRemoteBranches()
testGetTags
in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetTags()
testGetTree
in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetTree()
testGetTree
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetTree()
testHasParents
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testHasParents()
testInitialRepository
in file VersionControl_GitTest.php, method VersionControl_GitTest::testInitialRepository()
testInitRepository
in file VersionControl_GitTest.php, method VersionControl_GitTest::testInitRepository()
testKey
in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testKey()
testNext
in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testNext()
testRewind
in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testRewind()
testSeek
in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testSeek()
testSeekException
in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testSeekException()
testSetArguments
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testSetArguments()
testSetAuthor
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testSetAuthor()
testSetCommitter
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testSetCommitter()
testSetGitCommandPath
in file VersionControl_GitTest.php, method VersionControl_GitTest::testSetGitCommandPath()
testSetMessage
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testSetMessage()
testSetOption
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testSetOption()
testSetOptions
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testSetOptions()
testSetParents
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testSetParents()
testSetSubCommand
in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testSetSubCommand()
testSetTree
in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testSetTree()
testToString
in file VersionControl_Git_ObjectTest.php, method VersionControl_Git_ObjectTest::testToString()
testValid
in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testValid()
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_GitTest
in file VersionControl_GitTest.php, class VersionControl_GitTest
VersionControl_Git_Component
in file Component.php, class VersionControl_Git_Component
    The base class of all components for VersionControl_Git
VersionControl_Git_ComponentTest
in file VersionControl_Git_ComponentTest.php, class VersionControl_Git_ComponentTest
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_ObjectTest
in file VersionControl_Git_ObjectTest.php, class VersionControl_Git_ObjectTest
VersionControl_Git_Object_Blob
in file Blob.php, class VersionControl_Git_Object_Blob
    The OO interface for blob object
VersionControl_Git_Object_BlobTest
in file VersionControl_Git_Object_BlobTest.php, class VersionControl_Git_Object_BlobTest
VersionControl_Git_Object_Commit
in file Commit.php, class VersionControl_Git_Object_Commit
    The class represents Git commits
VersionControl_Git_Object_CommitTest
in file VersionControl_Git_Object_CommitTest.php, class VersionControl_Git_Object_CommitTest
VersionControl_Git_Object_Tree
in file Tree.php, class VersionControl_Git_Object_Tree
    The OO interface for tree object
VersionControl_Git_Object_TreeTest
in file VersionControl_Git_Object_TreeTest.php, class VersionControl_Git_Object_TreeTest
VersionControl_Git_Util_Command
in file Command.php, class VersionControl_Git_Util_Command
    The OO interface for executing Git command
VersionControl_Git_Util_CommandTest
in file VersionControl_Git_Util_CommandTest.php, class VersionControl_Git_Util_CommandTest
VersionControl_Git_Util_RevListFetcher
in file RevListFetcher.php, class VersionControl_Git_Util_RevListFetcher
    The class represents Git rev-list
top

_

__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

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