Back to Dagger

LocalModuleSource

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

0.21.52.9 KB
Original Source

LocalModuleSource

class LocalModuleSource extends AbstractObject implements IdAble

Module source that that originates from a path locally relative to an arbitrary directory.

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

Directory

contextDirectory()

The directory containing everything needed to load load and use the module.

AbstractId

id()

A unique identifier for this LocalModuleSource.

string

relHostPath()

The relative path to the module root from the host directory

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

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 19 Directory contextDirectory()

The directory containing everything needed to load load and use the module.

Return Value

| Directory | |

at line 28 AbstractId id()

A unique identifier for this LocalModuleSource.

Return Value

| AbstractId | |

at line 37 string relHostPath()

The relative path to the module root from the host directory

Return Value

| string | |

at line 46 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).

Return Value

| string | |

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