Exemplo n.º 1
0
 public function getTemplateVars()
 {
     $ret = parent::getTemplateVars();
     $nlData = $this->_getNewsletterComponent();
     $ret['editSubscriber'] = $nlData->getChildComponent('_editSubscriber');
     return $ret;
 }
Exemplo n.º 2
0
 public function getTemplateVars(Kwf_Component_Renderer_Abstract $renderer)
 {
     $ret = parent::getTemplateVars($renderer);
     $nlData = $this->_getNewsletterComponent();
     $ret['editSubscriber'] = $nlData->getChildComponent('_editSubscriber');
     return $ret;
 }