-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Change visibility of $debug_info property #87
Comments
Yes, I can - and I am working on it right now (I need to update my documentation generator script to highlight visibility) |
Done, see 371534f. |
Perfect ! Can you do that please ? Thanks for this, this is actually to create a child class and get debugging inside Ajax JSON result. |
have you tried using the debug_ajax property? i would love to get some feedback on it and make it more useful |
My debug output is on Json format, so this property does not work how I need |
yeah, i started working on it so that it doesn't tamper the ajax request's output |
If you can please add this property and the method to protected, it'd be great |
I just pushed a proper working way (i think!) for debugging AJAX requests. Read the docs about how to set it up. Let me know what you think. |
Hello,
Can you please change visibility of the property
private $debug_info = array();
to protected please for heritage purpose please ?Thank you
Rémi
The text was updated successfully, but these errors were encountered: