uzenetSorszam = new GiroUzenetsorszam(); $this->kezdemenyezoBankszamla = new GiroBankszamla(); } public function toString( ) { return $this->recordTipus .$this->uzenetTipus . $this->duplumKod . $this->szamKitolt( $this->kezdemenyezoAzonosito , 13) . $this->uzenetSorszam->toString() . $this->kezdemenyezoBankszamla->toString() . $this->szamKitolt($this->ertesitesiHatarido,8) . $this->jogcim . $this->szovegKitolt($this->kezdemenyezoCegNeve, 35) . $this->szovegKitolt($this->kozlemeny, 70) . $this->rekordVege() ; } }