I have come accross a function:
public function plgVmPrepareCartProduct(&$product, &$customfield,$selected,&$modificatorSum){
what does the & in front of the variable mean?
I have come accross a function:
public function plgVmPrepareCartProduct(&$product, &$customfield,$selected,&$modificatorSum){
what does the & in front of the variable mean?