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

Improve the Kumite API to make logging same events for multiple experiments easier #2

Open
creativej opened this issue Dec 5, 2013 · 0 comments

Comments

@creativej
Copy link

Currently we can only log one event at a time using:

Kumite::event($testKey1, $eventName, $data);
Kumite::event($testKey2, $eventName, $data);

If it can accepts an array of test keys then it would be much nicer

Kumite::event(array($testKey1, $testKey2), $eventName, $data);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant