Copied!

Push reference contains a commit interval. This object aggregates methods for this interval.

CloneableInstantiable
Constants
public Gitonomy\Git\PushReference::ZERO = '0000000000000000000000000000000000000000'
Methods
public __construct(Gitonomy\Git\Repository $repository, $reference, $before, $after)
public getAfter()
 
  • return string
public getBefore()
 
  • return string
public getLog( $excludes = [])
 
  • return \Log
public getReference()
 
  • return string
public getRepository()
 
  • return \Repository
public getRevision()
 
  • return string
public isCreate()
 
  • return bool
public isDelete()
 
  • return bool
public isFastForward()
 
  • return bool
public isForce()
 
  • return bool
Properties
protected $after = NULL
 
  • var string
protected $before = NULL
 
  • var string
protected $isForce = NULL
 
  • var bool
protected $reference = NULL
 
  • var string
protected $repository = NULL
 
  • var \Repository
Methods
protected getForce()
 
  • return bool
protected isZero( $reference)
 
  • return bool
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration