WorkspaceGit
class WorkspaceGit extends AbstractObject implements IdAble, Node
Local git state for a workspace.
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
uncommitted()
Uncommitted changes in this workspace, using the same rules as GitRepository.uncommitted.
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 19
GitRef
head()
The checked-out HEAD of this workspace.
at line 28
Id
id()
A unique identifier for this WorkspaceGit.
at line 37
Changeset
uncommitted()
Uncommitted changes in this workspace, using the same rules as GitRepository.uncommitted.