Check
class Check 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
bool
completed()
Whether the check completed
string
description()
The description of the check
id()
A unique identifier for this Check.
string
name()
Return the fully qualified name of the check
bool
passed()
Whether the check passed
array
path()
The path of the check within its module
string
resultEmoji()
An emoji representing the result of the check
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
bool
completed()
Whether the check completed
at line 25
string
description()
The description of the check
at line 34
AbstractId
id()
A unique identifier for this Check.
at line 43
string
name()
Return the fully qualified name of the check
at line 52
bool
passed()
Whether the check passed
at line 61
array
path()
The path of the check within its module
at line 70
string
resultEmoji()
An emoji representing the result of the check
at line 79
Check
run()
Execute the check