Generator
final class Generator
Constants
PIPES |
|
Methods
__construct(Descriptor|string|null $descriptor = null)
No description
withDescriptor(Descriptor|string|null $descriptor)
No description
withFillCallback(callable $fillCallback)
No description
withInputPath(string $inputPath)
No description
withOutputPath(string $outputPath)
No description
withPattern(string $pattern)
No description
withTemplate(string $template)
No description
string
get()
No description
Details
at line 32
__construct(Descriptor|string|null $descriptor = null)
No description
at line 39
static Generator
make(Descriptor|string|null $descriptor = null)
No description
at line 44
Generator
withDescriptor(Descriptor|string|null $descriptor)
No description
at line 61
Generator
withFillCallback(callable $fillCallback)
No description
at line 69
Generator
withInput(array $input)
No description
at line 78
Generator
withInputPath(string $inputPath)
No description
at line 87
Generator
withOutputPath(string $outputPath)
No description
at line 98
Generator
withPattern(string $pattern)
No description
at line 108
Generator
withPipes(array $pipes)
No description
at line 117
Generator
withTemplate(string $template)
No description
at line 131
Passable
generate()
No description
at line 148
string
get()
No description