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

ProcessorSetup class #8

Closed
mabar opened this issue Jul 28, 2021 · 4 comments
Closed

ProcessorSetup class #8

mabar opened this issue Jul 28, 2021 · 4 comments
Assignees

Comments

@mabar
Copy link
Member

mabar commented Jul 28, 2021

For apps without DIC and simpler tests setup

$setup = new ProcessorSetup();
$setup->withRuleManager(...)
	->withObjectCreator(...);
$processor = $setup->build();
@mrceperka
Copy link
Contributor

Looks like a builder to me :D

@mabar
Copy link
Member Author

mabar commented Aug 12, 2021

Looks like a builder to me :D

I guess~

@mabar
Copy link
Member Author

mabar commented Aug 7, 2022

Closed by f3cca25

@mabar mabar closed this as completed Aug 7, 2022
@github-actions
Copy link

github-actions bot commented Sep 7, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants