Copied!
CloneableInstantiable
Methods
public __construct(Gitonomy\Git\Repository $repository, $hash)
public getBlobEntries() : array
 
  • return array<string,array{: string, : \Blob}> An associative array of name => [mode, blob]
public getCommitReferenceEntries() : array
 
  • return array<string,array{: string, : \CommitReference}> An associative array of name => [mode, commit reference]
public getEntries() : array
 
  • return array<string,array{: string, : \CommitReference|\Tree|\Blob}> An associative array name => $object
public getEntry( $name)
public getHash()
public getTreeEntries() : array
 
  • return array<string,array{: string, : \Tree}> An associative array of name => [mode, tree]
public resolvePath( $path)
Properties
protected $entries = NULL
protected $entriesByType = NULL
protected $hash = NULL
protected $isInitialized = false
protected $repository = NULL
Methods
protected initialize()
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration