final class Generator

Constants

PIPES

Methods

__construct(Descriptor|string|null $descriptor = null)

No description

static Generator
make(Descriptor|string|null $descriptor = null)

No description

withDescriptor(Descriptor|string|null $descriptor)

No description

withFillCallback(callable $fillCallback)

No description

withInput(array $input)

No description

withInputPath(string $inputPath)

No description

withOutputPath(string $outputPath)

No description

withPattern(string $pattern)

No description

withPipes(array $pipes)

No description

withTemplate(string $template)

No description

generate()

No description

string
get()

No description

Details

at line 32
__construct(Descriptor|string|null $descriptor = null)

No description

Parameters

Descriptor|string|null $descriptor

at line 39
static Generator make(Descriptor|string|null $descriptor = null)

No description

Parameters

Descriptor|string|null $descriptor

Return Value

Generator

at line 44
Generator withDescriptor(Descriptor|string|null $descriptor)

No description

Parameters

Descriptor|string|null $descriptor

Return Value

Generator

at line 61
Generator withFillCallback(callable $fillCallback)

No description

Parameters

callable $fillCallback

Return Value

Generator

at line 69
Generator withInput(array $input)

No description

Parameters

array $input

Return Value

Generator

at line 78
Generator withInputPath(string $inputPath)

No description

Parameters

string $inputPath

Return Value

Generator

at line 87
Generator withOutputPath(string $outputPath)

No description

Parameters

string $outputPath

Return Value

Generator

at line 98
Generator withPattern(string $pattern)

No description

Parameters

string $pattern

Return Value

Generator

at line 108
Generator withPipes(array $pipes)

No description

Parameters

array $pipes

Return Value

Generator

at line 117
Generator withTemplate(string $template)

No description

Parameters

string $template

Return Value

Generator

at line 131
Passable generate()

No description

Return Value

Passable

Exceptions

GeneratorException

at line 148
string get()

No description

Return Value

string

Exceptions

GeneratorException