Class Dog¶
Class \Klitsche\Dog\Dog
Methods¶
__construct()¶
public __construct (
\Klitsche\Dog\ConfigInterface $config,
\Psr\EventDispatcher\EventDispatcherInterface $dispatcher
):
- Parameters
- config
\Klitsche\Dog\ConfigInterface
- dispatcher
\Psr\EventDispatcher\EventDispatcherInterface
analyze()¶
public analyze ( ): void
During files parsing and elements validation {@see ProgressStartEvent}, {@see ProgressEvent}, {@see ProgressFinishEvent} and {@see IssueEvent} will be dispatched.
generate()¶
public generate ( ): void
During documentation generation {@see ProgressStartEvent}, {@see ProgressEvent}, {@see ProgressFinishEvent} and {@see ErrorEvent} will be dispatched.
prepare()¶
public prepare ( ): void
During files parsing {@see ProgressStartEvent}, {@see ProgressEvent}, {@see ProgressFinishEvent} and {@see ErrorEvent} will be dispatched.
Test Coverage ❤️¶
- ❤️ Lines: 0% (0 / 28)
- ❤️ Methods: 0% (0 / 10)