Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a way to executing analyzes from plugin and to customize reports #202

Merged
merged 4 commits into from
Apr 5, 2016

Conversation

Halleck45
Copy link
Collaborator

Please see an exampe of plugin here: symfony2extension

@Halleck45 Halleck45 changed the title plugin engine: added a way to executing analayzes from plugin and to customize reports [wip] added a way to executing analyzes from plugin and to customize reports Mar 20, 2016
@Halleck45 Halleck45 changed the title [wip] added a way to executing analyzes from plugin and to customize reports added a way to executing analyzes from plugin and to customize reports Mar 20, 2016
@Halleck45
Copy link
Collaborator Author

Another exemple: composer extension

$repository->attach($plugin);
}
$extensionService = new ExtensionService($repository);

// prepare structures
$bounds = new Bounds();
$collection = new \Hal\Component\Result\ResultCollection();
$aggregatedResults = new \Hal\Component\Result\ResultCollection();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be imported both

@Halleck45 Halleck45 merged commit 146f6bb into master Apr 5, 2016
@Halleck45 Halleck45 deleted the plugins branch August 7, 2016 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants