CodeNodeOptionMapper
in
The directives `code-block` and `literalinclude` both create a CodeNode with the same possible options.
This common mapper is used by both Directives.
Table of Contents
Methods
- apply() : void
Methods
apply()
public
apply(CodeNode $codeNode, array<string|int, DirectiveOption> $directiveOptions, BlockContext $blockContext) : void
Parameters
- $codeNode : CodeNode
- $directiveOptions : array<string|int, DirectiveOption>
- $blockContext : BlockContext