docs/static/reference/php/Dagger/LocalModuleSource.html
class LocalModuleSource extends AbstractObject implements IdAble
Module source that that originates from a path locally relative to an arbitrary directory.
| | $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
The directory containing everything needed to load load and use the module.
id()
A unique identifier for this LocalModuleSource.
string
The relative path to the module root from the host directory
string
The path to the root of the module source under the context directory. This directory contains its configuration file. It also contains its source code (possibly as a subdirectory).
__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 | |
Directory contextDirectory()The directory containing everything needed to load load and use the module.
| Directory | |
AbstractId id()A unique identifier for this LocalModuleSource.
| AbstractId | |
string relHostPath()The relative path to the module root from the host directory
| string | |
string rootSubpath()The path to the root of the module source under the context directory. This directory contains its configuration file. It also contains its source code (possibly as a subdirectory).
| string | |
Generated by Doctum, a API Documentation generator and fork of Sami.