TemplatePrinter
Template Printer
Tags
Table of Contents
- $documentor : Documentor
- Documentor.
- $output : OutputInterface
- Output.
- $template : string
- Template file.
- __construct() : mixed
- Constrcuct default printer.
- render() : void
- Render.
Properties
$documentor
Documentor.
public
Documentor
$documentor
$output
Output.
public
OutputInterface
$output
$template
Template file.
public
string
$template
Methods
__construct()
Constrcuct default printer.
public
__construct(Documentor $documentor, OutputInterface $output, string $template) : mixed
Parameters
- $documentor : Documentor
-
Documentor.
- $output : OutputInterface
-
Output.
- $template : string
-
Template file.
Return values
mixed —render()
Render.
public
render() : void