Cloneable
Instantiable
Constants |
public Gitonomy\Git\Diff\FileChange ::LINE_ADD = 1 |
public Gitonomy\Git\Diff\FileChange ::LINE_CONTEXT = 0 |
public Gitonomy\Git\Diff\FileChange ::LINE_REMOVE = -1 |
Methods |
public
__construct
(
$rangeOldStart
,
$rangeOldCount
,
$rangeNewStart
,
$rangeNewCount
,
$lines
)
|
public
static
fromArray
(
array
$array
)
|
public
getCount
(
$type
)
|
public
getLines
()
|
public
getRangeNewCount
()
|
public
getRangeNewStart
()
|
public
getRangeOldCount
()
|
public
getRangeOldStart
()
|
public
toArray
()
|
Properties |
protected $lines |
protected $rangeNewCount |
protected $rangeNewStart |
protected $rangeOldCount |
protected $rangeOldStart |
Methods |
public
static
fromArray
(
array
$array
)
|