setTemplate('moneybookers/info.phtml'); } /** * Returns code of payment method * * @return string */ public function getMethodCode() { return $this->getInfo()->getMethodInstance()->getCode(); } /** * Build PDF content of info block * * @return string */ public function toPdf() { $this->setTemplate('moneybookers/pdf/info.phtml'); return $this->toHtml(); } }