//clase particular
Es decir que si dijera : public function baz(Test_numero_2 $other);
seria :
Código PHP:
$test = new Test('test');
$test->baz(new Test_numero_2('other'));
Y de hay en adelante trabajar con esta regla de juego.
¿Es lo que quieres decir abimaelrc?