DiffStat
class DiffStat extends AbstractObject implements IdAble
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
int
addedLines()
Number of added lines for this path.
id()
A unique identifier for this DiffStat.
DiffStatKind
kind()
Type of change.
string
oldPath()
Previous path of the file, set only for renames.
string
path()
Path of the changed file or directory.
int
removedLines()
Number of removed lines for this path.
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 16
int
addedLines()
Number of added lines for this path.
at line 25
AbstractId
id()
A unique identifier for this DiffStat.
at line 34
DiffStatKind
kind()
Type of change.
at line 43
string
oldPath()
Previous path of the file, set only for renames.
at line 52
string
path()
Path of the changed file or directory.
at line 61
int
removedLines()
Number of removed lines for this path.