Ejemplo n.º 1
0
    public function getExportRow() {
        $rowTemplate = new Gpf_Templates_Template($this->payoutOption->getExportRowTemplate(), '', Gpf_Templates_Template::FETCH_TEXT);

        $this->assignPayoutVariablesToTemplate($rowTemplate);

        return $rowTemplate->getHTML();
    }