docs/static/reference/php/Dagger/DiffStat.html
class DiffStat extends AbstractObject implements IdAble
| | $lastQuery | | from AbstractObject |
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
from AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from AbstractObject
int
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
Number of removed lines for this path.
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain) No description
| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)No description
| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |
| null|array|string|int|float|bool | |
int addedLines()Number of added lines for this path.
| int | |
AbstractId id()A unique identifier for this DiffStat.
| AbstractId | |
DiffStatKind kind()Type of change.
| DiffStatKind | |
string oldPath()Previous path of the file, set only for renames.
| string | |
string path()Path of the changed file or directory.
| string | |
int removedLines()Number of removed lines for this path.
| int | |
Generated by Doctum, a API Documentation generator and fork of Sami.