class Up extends AbstractObject implements IdAble

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 service

id()

A unique identifier for this Up.

string
name()

Return the fully qualified name of the service

originalModule()

The original module in which the service has been defined

array
path()

The path of the service within its module

Up
run()

Execute the service function

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 service

Return Value

string

at line 25
AbstractId id()

A unique identifier for this Up.

Return Value

AbstractId

at line 34
string name()

Return the fully qualified name of the service

Return Value

string

at line 43
Module originalModule()

The original module in which the service has been defined

Return Value

Module

at line 52
array path()

The path of the service within its module

Return Value

array

at line 61
Up run()

Execute the service function

Return Value

Up