Beispiel #1
0
 public function render()
 {
     $this->view->setData($this->getGrid()->getCurrentRow());
     return parent::render();
 }
 /**
  * Renders component and returns output.
  *
  * @return string
  */
 public function render()
 {
     $this->view->setData(call_user_func($this->getUrlGenerator(), $this->getGrid()->getCurrentRow()));
     return SolidRow::render();
 }