PHP Class Gittern\Entity\Index

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

Protected Properties

Property Type Description
$entries
$extensions

Public Methods

Method Description
addEntry ( IndexEntry $entry )
clear ( )
countEntries ( )
createTree ( )
getEntries ( )
getEntryNamed ( $name )
getEntryNames ( )
populateFromTree ( Tree $tree, $prefix = '' )
removeEntryNamed ( $name )

Method Details

addEntry() public method

public addEntry ( IndexEntry $entry )
$entry IndexEntry

clear() public method

public clear ( )

countEntries() public method

public countEntries ( )

createTree() public method

public createTree ( )

getEntries() public method

public getEntries ( )

getEntryNamed() public method

public getEntryNamed ( $name )

getEntryNames() public method

public getEntryNames ( )

populateFromTree() public method

public populateFromTree ( Tree $tree, $prefix = '' )
$tree Gittern\Entity\GitObject\Tree

removeEntryNamed() public method

public removeEntryNamed ( $name )

Property Details

$entries protected property

protected $entries

$extensions protected property

protected $extensions