Esempio n. 1
0
 public function renderContent()
 {
     $content = AgreementProductUtils::makeCostBookProductSelection($this->data, $this->agmntId);
     // $content = 'Test';
     $content .= $this->renderScripts();
     return $content;
 }