docs/static/reference/php/Dagger/ChangesetDiffStatEntry.html
class ChangesetDiffStatEntry 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 ChangesetDiffStatEntry.
ChangesetDiffStatKind
kind()
Type of change.
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 ChangesetDiffStatEntry.
| AbstractId | |
ChangesetDiffStatKind kind()Type of change.
| ChangesetDiffStatKind | |
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.