I want to find a explanation for this code including the name used for it and any offical documentation, but I cant find much on it,
<?php $objects = $this->module->{'GetObjects'.ucfirst($key).'Array'}(); ?>
It seems to be calling a object function using dynamic value. Any documentation on this or tutorials or information?
thanks
It’s called ‘variable variables’. check this link: http://php.net/manual/en/language.variables.variable.php