Is there a way to put a class name in a variable then use that same variable to call a static method or variable?
A few notes that I want to add.
The classes I am calling are abstract classes. And the class names are not 100% the same as the names that are stored in the database I am getting these names from, hence why I need to use variable names.