final class Passable implements Passable

Methods

withInput(array $input)

No description

withInputFilled(array $input)

No description

withInputPath(string $inputPath)

No description

withOutputPath(string $outputPath)

No description

withPattern(string $pattern)

No description

withTemplate(string $template)

No description

useTemplate(string $template)

No description

array
input()

No description

string
inputPath()

No description

string
outputPath()

No description

string
pattern()

No description

string
template()

No description

Details

at line 23
Passable withInput(array $input)

No description

Parameters

array $input

Return Value

Passable

at line 33
Passable withInputFilled(array $input)

No description

Parameters

array $input

Return Value

Passable

at line 42
Passable withInputPath(string $inputPath)

No description

Parameters

string $inputPath

Return Value

Passable

at line 51
Passable withOutputPath(string $outputPath)

No description

Parameters

string $outputPath

Return Value

Passable

at line 60
Passable withPattern(string $pattern)

No description

Parameters

string $pattern

Return Value

Passable

at line 69
Passable withTemplate(string $template)

No description

Parameters

string $template

Return Value

Passable

at line 82
Passable useTemplate(string $template)

No description

Parameters

string $template

Return Value

Passable

at line 92
array input()

No description

Return Value

array

at line 97
string inputPath()

No description

Return Value

string

at line 102
string outputPath()

No description

Return Value

string

at line 107
string pattern()

No description

Return Value

string

at line 112
string template()

No description

Return Value

string