class Agent extends AbstractObject implements IdAble, Node

Properties

$lastQuery from  AbstractObject

Methods

__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

string
description()

The description of the agent

Id
id()

A unique identifier for this Agent.

string
name()

Return the fully qualified name of the agent

originalModule()

The original module in which the agent has been defined

array
path()

The path of the agent within its module

Details

in AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

Parameters

AbstractClient $client
QueryBuilderChain $queryBuilderChain

in AbstractObject at line 19
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

Parameters

QueryBuilder $leafQueryBuilder
string $leafKey

Return Value

null|array|string|int|float|bool

at line 16
string description()

The description of the agent

Return Value

string

at line 25
Id id()

A unique identifier for this Agent.

Return Value

Id

at line 34
string name()

Return the fully qualified name of the agent

Return Value

string

at line 43
Module originalModule()

The original module in which the agent has been defined

Return Value

Module

at line 52
array path()

The path of the agent within its module

Return Value

array