PHP Class Gittern\Entity\GitObject\Node\TreeNode

Author: Magnus Nordlander
Inheritance: extends BaseNode
Show file Open project: e-butik/gittern Class Usage Examples

Protected Properties

Property Type Description
$tree

Public Methods

Method Description
__construct ( )
getRelatedObject ( )
getTree ( )
setTree ( Tree $tree )

Method Details

__construct() public method

public __construct ( )

getRelatedObject() public method

public getRelatedObject ( )

getTree() public method

public getTree ( )

setTree() public method

public setTree ( Tree $tree )
$tree Gittern\Entity\GitObject\Tree

Property Details

$tree protected property

protected $tree