function hazalgo( $objeto1, $objeto2 ) { $valor = $objeto1->algo(); $objeto2->otracosa( $valor ); return $objeto2->otra();}echo hazalgo();