getName()}`\n\n"; echo "| Constant | {$argv[2]} | \n|----------|----------| \n"; foreach( $class->getConstants() as $constant => $value ) { echo "| `{$class->getShortName()}::{$constant}` | {$value} | \n"; } echo "\n";