interface 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 10
Passable withInput(array $input)

No description

Parameters

array $input

Return Value

Passable

at line 13
Passable withInputFilled(array $input)

No description

Parameters

array $input

Return Value

Passable

at line 15
Passable withInputPath(string $inputPath)

No description

Parameters

string $inputPath

Return Value

Passable

at line 17
Passable withOutputPath(string $outputPath)

No description

Parameters

string $outputPath

Return Value

Passable

at line 19
Passable withPattern(string $pattern)

No description

Parameters

string $pattern

Return Value

Passable

at line 21
Passable withTemplate(string $template)

No description

Parameters

string $template

Return Value

Passable

at line 23
Passable useTemplate(string $template)

No description

Parameters

string $template

Return Value

Passable

at line 26
array input()

No description

Return Value

array

at line 28
string inputPath()

No description

Return Value

string

at line 30
string outputPath()

No description

Return Value

string

at line 32
string pattern()

No description

Return Value

string

at line 34
string template()

No description

Return Value

string