PHP Class Gitamin\Http\Controllers\Projects\TreeController

Inheritance: extends Gitamin\Http\Controllers\Controller
Mostra file Open project: gitaminhq/gitamin

Public Methods

Method Description
archive ( $owner, $project, $format, $branch )
index ( $owner, $project )
search ( $owner, $project, $branch = '', $tree = '' )
tree ( $owner, $project, $commitishPath = '' )

Protected Methods

Method Description
getFiles ( $repository, $tree, $branch, $path )

Method Details

archive() public method

public archive ( $owner, $project, $format, $branch )

getFiles() protected method

protected getFiles ( $repository, $tree, $branch, $path )

index() public method

public index ( $owner, $project )

tree() public method

public tree ( $owner, $project, $commitishPath = '' )