Interface PrinterInterface¶
Interface \Klitsche\Dog\PrinterInterface
Constants¶
PROGRESS_TOPIC¶
public PROGRESS_TOPIC = 'Generate Documentation'
Methods¶
create()¶
public static create (
\Klitsche\Dog\ConfigInterface $config,
\Psr\EventDispatcher\EventDispatcherInterface $dispatcher
): self
- Parameters
- config
\Klitsche\Dog\ConfigInterface
- dispatcher
\Psr\EventDispatcher\EventDispatcherInterface
- Returns
self
print()¶
public print (
\Klitsche\Dog\ProjectInterface $project
): void
- Parameters
- project
\Klitsche\Dog\ProjectInterface