Back to Dagger

ModuleSourceView

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

0.21.52.2 KB
Original Source

ModuleSourceView

class ModuleSourceView extends AbstractObject implements IdAble

A named set of path filters that can be applied to directory arguments provided to functions.

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

AbstractId

id()

A unique identifier for this ModuleSourceView.

string

name()

The name of the view

array

patterns()

The patterns of the view used to filter paths

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 AbstractId id()

A unique identifier for this ModuleSourceView.

Return Value

| AbstractId | |

at line 28 string name()

The name of the view

Return Value

| string | |

at line 37 array patterns()

The patterns of the view used to filter paths

Return Value

| array | |

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