docs/static/reference/php/Dagger/Engine.html
class Engine extends AbstractObject implements IdAble
The Dagger engine configuration and state
| | $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
array
clients()
The list of connected client IDs
id()
A unique identifier for this Engine.
The local (on-disk) cache for the Dagger engine
string
name()
The name of the engine instance.
__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 | |
array clients()The list of connected client IDs
| array | |
AbstractId id()A unique identifier for this Engine.
| AbstractId | |
EngineCache localCache()The local (on-disk) cache for the Dagger engine
| EngineCache | |
string name()The name of the engine instance.
| string | |
Generated by Doctum, a API Documentation generator and fork of Sami.