コード例 #1
0
ファイル: DetailsRow.php プロジェクト: view-components/grids
 public function render()
 {
     $this->view->setData($this->getGrid()->getCurrentRow());
     return parent::render();
 }
コード例 #2
0
 /**
  * Renders component and returns output.
  *
  * @return string
  */
 public function render()
 {
     $this->view->setData(call_user_func($this->getUrlGenerator(), $this->getGrid()->getCurrentRow()));
     return SolidRow::render();
 }