How do I get a static variable dynamically?
I'm trying this but getting the dreaded PAAMAYIM error:
foreach($this->entity::$dialog_data as $property) {
Should result in Company::$dialog_data because $this->entity contains the string 'Company'.