arv1=$a1; $this->arv2=$a2; } function kysiSumma(){ return $this->arv1+$this->arv2; } } $a=new Arvutaja(3, 5); echo $a->kysiSumma();