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

Only prints public methods and variables #7

Open
turbo2ltr opened this issue May 1, 2019 · 0 comments
Open

Only prints public methods and variables #7

turbo2ltr opened this issue May 1, 2019 · 0 comments

Comments

@turbo2ltr
Copy link

This is exactly what I was looking for but was disappointed that it only prints public members of an object.. print_r and var_dump print the whole object. For instanced a dump of the Order object

krumo($this);
echo "<pre>";
print_r($this);	

Results in an empty set in krumo, but it's far from empty.

image

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