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

Class: VersionControl_Git_Component

Source Location: /VersionControl_Git-0.4.4/VersionControl/Git/Component.php

Class Overview


The base class of all components for VersionControl_Git


Author(s):

Copyright:

  • 2010 Kousuke Ebihara

Variables

Methods


Child classes:

VersionControl_Git_Object
The base class for the all Git objects (commit, tree, blob and tag(unsupported))
VersionControl_Git_Util_Command
The OO interface for executing Git command
DummyGitComponent
The base class of all components for VersionControl_Git

Inherited Variables

Inherited Methods


Class Details

[line 39]
The base class of all components for VersionControl_Git

Components must be inherit from this to be related to an instance of the VersionControl_Git.



[ Top ]


Class Variables

$git =

[line 46]

The related instance of the VersionControl_Git
  • Access: protected

Type:   VersionControl_Git


[ Top ]



Method Detail

__construct (Constructor)   [line 53]

VersionControl_Git_Component __construct( VersionControl_Git $git)

Constructor
  • Access: public

Overridden in child classes as:

VersionControl_Git_Object::__construct()
Constructor
VersionControl_Git_Object_Tree::__construct()
Constructor

Parameters:

VersionControl_Git   $git   —  An instance of the VersionControl_Git

[ Top ]


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