constants - Can I get CONST's defined on a PHP class? - Stack Overflow
I have several CONST's defined on some classes, and want to get a list of them. For example: class Profile { const LABEL_FIRST_NAME = "First Name"; const LABEL_LAST_NAME = "Last Name"; ... Use token_get_all(). Namely:...