Back to Dagger

Binding

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

0.20.710.6 KB
Original Source

Binding

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

Address

asAddress()

Retrieve the binding value, as type Address

CacheVolume

asCacheVolume()

Retrieve the binding value, as type CacheVolume

Changeset

asChangeset()

Retrieve the binding value, as type Changeset

Check

asCheck()

Retrieve the binding value, as type Check

CheckGroup

asCheckGroup()

Retrieve the binding value, as type CheckGroup

Cloud

asCloud()

Retrieve the binding value, as type Cloud

Container

asContainer()

Retrieve the binding value, as type Container

DiffStat

asDiffStat()

Retrieve the binding value, as type DiffStat

Directory

asDirectory()

Retrieve the binding value, as type Directory

Env

asEnv()

Retrieve the binding value, as type Env

EnvFile

asEnvFile()

Retrieve the binding value, as type EnvFile

File

asFile()

Retrieve the binding value, as type File

Generator

asGenerator()

Retrieve the binding value, as type Generator

GeneratorGroup

asGeneratorGroup()

Retrieve the binding value, as type GeneratorGroup

GitRef

asGitRef()

Retrieve the binding value, as type GitRef

GitRepository

asGitRepository()

Retrieve the binding value, as type GitRepository

JsonValue

asJSONValue()

Retrieve the binding value, as type JSONValue

Module

asModule()

Retrieve the binding value, as type Module

ModuleConfigClient

asModuleConfigClient()

Retrieve the binding value, as type ModuleConfigClient

ModuleSource

asModuleSource()

Retrieve the binding value, as type ModuleSource

PhpSdk

asPhpSdk()

Retrieve the binding value, as type PhpSdk

SearchResult

asSearchResult()

Retrieve the binding value, as type SearchResult

SearchSubmatch

asSearchSubmatch()

Retrieve the binding value, as type SearchSubmatch

Secret

asSecret()

Retrieve the binding value, as type Secret

Service

asService()

Retrieve the binding value, as type Service

Socket

asSocket()

Retrieve the binding value, as type Socket

Stat

asStat()

Retrieve the binding value, as type Stat

string

asString()

Returns the binding's string value

Up

asUp()

Retrieve the binding value, as type Up

UpGroup

asUpGroup()

Retrieve the binding value, as type UpGroup

Workspace

asWorkspace()

Retrieve the binding value, as type Workspace

string

digest()

Returns the digest of the binding value

AbstractId

id()

A unique identifier for this Binding.

bool

isNull()

Returns true if the binding is null

string

name()

Returns the binding name

string

typeName()

Returns the binding type

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 Address asAddress()

Retrieve the binding value, as type Address

Return Value

| Address | |

at line 25 CacheVolume asCacheVolume()

Retrieve the binding value, as type CacheVolume

Return Value

| CacheVolume | |

at line 34 Changeset asChangeset()

Retrieve the binding value, as type Changeset

Return Value

| Changeset | |

at line 43 Check asCheck()

Retrieve the binding value, as type Check

Return Value

| Check | |

at line 52 CheckGroup asCheckGroup()

Retrieve the binding value, as type CheckGroup

Return Value

| CheckGroup | |

at line 61 Cloud asCloud()

Retrieve the binding value, as type Cloud

Return Value

| Cloud | |

at line 70 Container asContainer()

Retrieve the binding value, as type Container

Return Value

| Container | |

at line 79 DiffStat asDiffStat()

Retrieve the binding value, as type DiffStat

Return Value

| DiffStat | |

at line 88 Directory asDirectory()

Retrieve the binding value, as type Directory

Return Value

| Directory | |

at line 97 Env asEnv()

Retrieve the binding value, as type Env

Return Value

| Env | |

at line 106 EnvFile asEnvFile()

Retrieve the binding value, as type EnvFile

Return Value

| EnvFile | |

at line 115 File asFile()

Retrieve the binding value, as type File

Return Value

| File | |

at line 124 Generator asGenerator()

Retrieve the binding value, as type Generator

Return Value

| Generator | |

at line 133 GeneratorGroup asGeneratorGroup()

Retrieve the binding value, as type GeneratorGroup

Return Value

| GeneratorGroup | |

at line 142 GitRef asGitRef()

Retrieve the binding value, as type GitRef

Return Value

| GitRef | |

at line 151 GitRepository asGitRepository()

Retrieve the binding value, as type GitRepository

Return Value

| GitRepository | |

at line 160 JsonValue asJSONValue()

Retrieve the binding value, as type JSONValue

Return Value

| JsonValue | |

at line 169 Module asModule()

Retrieve the binding value, as type Module

Return Value

| Module | |

at line 178 ModuleConfigClient asModuleConfigClient()

Retrieve the binding value, as type ModuleConfigClient

Return Value

| ModuleConfigClient | |

at line 187 ModuleSource asModuleSource()

Retrieve the binding value, as type ModuleSource

Return Value

| ModuleSource | |

at line 196 PhpSdk asPhpSdk()

Retrieve the binding value, as type PhpSdk

Return Value

| PhpSdk | |

at line 205 SearchResult asSearchResult()

Retrieve the binding value, as type SearchResult

Return Value

| SearchResult | |

at line 214 SearchSubmatch asSearchSubmatch()

Retrieve the binding value, as type SearchSubmatch

Return Value

| SearchSubmatch | |

at line 223 Secret asSecret()

Retrieve the binding value, as type Secret

Return Value

| Secret | |

at line 232 Service asService()

Retrieve the binding value, as type Service

Return Value

| Service | |

at line 241 Socket asSocket()

Retrieve the binding value, as type Socket

Return Value

| Socket | |

at line 250 Stat asStat()

Retrieve the binding value, as type Stat

Return Value

| Stat | |

at line 259 string asString()

Returns the binding's string value

Return Value

| string | |

at line 268 Up asUp()

Retrieve the binding value, as type Up

Return Value

| Up | |

at line 277 UpGroup asUpGroup()

Retrieve the binding value, as type UpGroup

Return Value

| UpGroup | |

at line 286 Workspace asWorkspace()

Retrieve the binding value, as type Workspace

Return Value

| Workspace | |

at line 295 string digest()

Returns the digest of the binding value

Return Value

| string | |

at line 304 AbstractId id()

A unique identifier for this Binding.

Return Value

| AbstractId | |

at line 313 bool isNull()

Returns true if the binding is null

Return Value

| bool | |

at line 322 string name()

Returns the binding name

Return Value

| string | |

at line 331 string typeName()

Returns the binding type

Return Value

| string | |

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