getService()->getActionForm()->action_init_process(__FUNCTION__); $this->getService()->setLimit(20); $template = array_key_exists('template', $params) ? $params['template'] : __FUNCTION__; return view('cells/mylog/' . $template, [ 'myLogCellDatas' => [ 'helper' => $this->getService()->getHelper(), 'formFilters' => $this->getService()->getActionForm()->getFormFilters(), 'formOptions' => $this->getService()->getActionForm()->getFormOptions(), 'entities' => $this->getService()->getEntities(), ] ]); } }