Back to Dagger

Dagger\Up

docs/static/reference/php/Dagger/Up.html

0.20.72.7 KB
Original Source

Up

class Up extends AbstractObject implements IdAble

Properties

| | $lastQuery | | from AbstractObject |

Methods

__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

from AbstractObject

null|array|string|int|float|bool

queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

from AbstractObject

string

description()

The description of the service

AbstractId

id()

A unique identifier for this Up.

string

name()

Return the fully qualified name of the service

Module

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 | |

Generated by Doctum, a API Documentation generator and fork of Sami.