StorySyntaxPrinter
public class StorySyntaxPrinter
| Constructor Summary | |
|---|---|
| void | __construct(KeywordsDumper dumper) Initializes definition dispatcher. |
| Method Summary | |
|---|---|
| void | printSyntax(OutputInterface output, string language) Prints example story syntax into console. |
| string | dumpKeywords(array keywords) Keywords dumper. |
public void __construct(KeywordsDumper dumper)
Initializes definition dispatcher.
public void printSyntax(OutputInterface output, string language)
Prints example story syntax into console.
public string dumpKeywords(array keywords)
Keywords dumper.
Story syntax printer.