Description
According to this:
http://www.php.net/manual/en/language.oop5.references.php
PHP treats variable passing like in Java now. This would mean that only object identifiers are passed around, not the object copied. Having that beeing that, we can remove the incosistent & references from the code.