docs/static/reference/php/Dagger/Check.html
class Check 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
bool
Whether the check completed
string
The description of the check
error()
If the check failed, this is the error
id()
A unique identifier for this Check.
string
name()
Return the fully qualified name of the check
The original module in which the check has been defined
bool
passed()
Whether the check passed
array
path()
The path of the check within its module
string
An emoji representing the result of the check
run()
Execute the check
__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 | |
bool completed()Whether the check completed
| bool | |
string description()The description of the check
| string | |
Error error()If the check failed, this is the error
| Error | |
AbstractId id()A unique identifier for this Check.
| AbstractId | |
string name()Return the fully qualified name of the check
| string | |
Module originalModule()The original module in which the check has been defined
| Module | |
bool passed()Whether the check passed
| bool | |
array path()The path of the check within its module
| array | |
string resultEmoji()An emoji representing the result of the check
| string | |
Check run()Execute the check
| Check | |
Generated by Doctum, a API Documentation generator and fork of Sami.