docs/static/reference/php/Dagger/Binding.html
class Binding extends AbstractObject implements IdAble
| | $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
Retrieve the binding value, as type Address
Retrieve the binding value, as type CacheVolume
Retrieve the binding value, as type Changeset
asCheck()
Retrieve the binding value, as type Check
Retrieve the binding value, as type CheckGroup
asCloud()
Retrieve the binding value, as type Cloud
Retrieve the binding value, as type Container
Retrieve the binding value, as type DiffStat
Retrieve the binding value, as type Directory
asEnv()
Retrieve the binding value, as type Env
Retrieve the binding value, as type EnvFile
asFile()
Retrieve the binding value, as type File
Retrieve the binding value, as type Generator
Retrieve the binding value, as type GeneratorGroup
asGitRef()
Retrieve the binding value, as type GitRef
Retrieve the binding value, as type GitRepository
Retrieve the binding value, as type JSONValue
asModule()
Retrieve the binding value, as type Module
Retrieve the binding value, as type ModuleConfigClient
Retrieve the binding value, as type ModuleSource
asPhpSdk()
Retrieve the binding value, as type PhpSdk
Retrieve the binding value, as type SearchResult
Retrieve the binding value, as type SearchSubmatch
asSecret()
Retrieve the binding value, as type Secret
Retrieve the binding value, as type Service
asSocket()
Retrieve the binding value, as type Socket
asStat()
Retrieve the binding value, as type Stat
string
asString()
Returns the binding's string value
asUp()
Retrieve the binding value, as type Up
Retrieve the binding value, as type UpGroup
Retrieve the binding value, as type Workspace
string
digest()
Returns the digest of the binding value
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
__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 | |
Address asAddress()Retrieve the binding value, as type Address
| Address | |
CacheVolume asCacheVolume()Retrieve the binding value, as type CacheVolume
| CacheVolume | |
Changeset asChangeset()Retrieve the binding value, as type Changeset
| Changeset | |
Check asCheck()Retrieve the binding value, as type Check
| Check | |
CheckGroup asCheckGroup()Retrieve the binding value, as type CheckGroup
| CheckGroup | |
Cloud asCloud()Retrieve the binding value, as type Cloud
| Cloud | |
Container asContainer()Retrieve the binding value, as type Container
| Container | |
DiffStat asDiffStat()Retrieve the binding value, as type DiffStat
| DiffStat | |
Directory asDirectory()Retrieve the binding value, as type Directory
| Directory | |
Env asEnv()Retrieve the binding value, as type Env
| Env | |
EnvFile asEnvFile()Retrieve the binding value, as type EnvFile
| EnvFile | |
File asFile()Retrieve the binding value, as type File
| File | |
Generator asGenerator()Retrieve the binding value, as type Generator
| Generator | |
GeneratorGroup asGeneratorGroup()Retrieve the binding value, as type GeneratorGroup
| GeneratorGroup | |
GitRef asGitRef()Retrieve the binding value, as type GitRef
| GitRef | |
GitRepository asGitRepository()Retrieve the binding value, as type GitRepository
| GitRepository | |
JsonValue asJSONValue()Retrieve the binding value, as type JSONValue
| JsonValue | |
Module asModule()Retrieve the binding value, as type Module
| Module | |
ModuleConfigClient asModuleConfigClient()Retrieve the binding value, as type ModuleConfigClient
| ModuleConfigClient | |
ModuleSource asModuleSource()Retrieve the binding value, as type ModuleSource
| ModuleSource | |
PhpSdk asPhpSdk()Retrieve the binding value, as type PhpSdk
| PhpSdk | |
SearchResult asSearchResult()Retrieve the binding value, as type SearchResult
| SearchResult | |
SearchSubmatch asSearchSubmatch()Retrieve the binding value, as type SearchSubmatch
| SearchSubmatch | |
Secret asSecret()Retrieve the binding value, as type Secret
| Secret | |
Service asService()Retrieve the binding value, as type Service
| Service | |
Socket asSocket()Retrieve the binding value, as type Socket
| Socket | |
Stat asStat()Retrieve the binding value, as type Stat
| Stat | |
string asString()Returns the binding's string value
| string | |
Up asUp()Retrieve the binding value, as type Up
| Up | |
UpGroup asUpGroup()Retrieve the binding value, as type UpGroup
| UpGroup | |
Workspace asWorkspace()Retrieve the binding value, as type Workspace
| Workspace | |
string digest()Returns the digest of the binding value
| string | |
AbstractId id()A unique identifier for this Binding.
| AbstractId | |
bool isNull()Returns true if the binding is null
| bool | |
string name()Returns the binding name
| string | |
string typeName()Returns the binding type
| string | |
Generated by Doctum, a API Documentation generator and fork of Sami.