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

Rest interface --- $listener->process(); --- how not to print everything #3

Open
black187 opened this issue Sep 18, 2012 · 1 comment

Comments

@black187
Copy link

Hi,

Firstly, I love your work!

My question is, when this is executed:

$listener->process();

It prints out everything - is it possible to just save it, and make echo based on the parsing of the output? If so, how?

@marcelog
Copy link
Owner

Hi! Thanks for your comment :)

Uhmm.. I'm not sure what you mean by "save it and make echo based on the parsing of output".. If you need to save anything, you can just do it.. or create another event listener that does that "in parallel" to other you may have.

Also, if you need to parse anything (what kind of parsing and where exactly?) you can also do that.. Is anything stopping you from doing it?

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

2 participants