This is probably really easy but I can\'t seem to figure out how to print/echo a class so I can find out some details about it.
I know this doesn\'t work, but this i
If you just want to print the contents of the class for debugging purposes, use print_r or var_dump.