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 is what I'm trying to do:
<?php echo $class; ?>
What is the correct way to achieve something like this?