CompleteLister::render PHP Метод

render() публичный Метод

Render lister.
public render ( )
    public function render()
    {
        $this->renderRows();
        $this->output($this->template->render());
    }

Usage Example

Пример #1
0
 function render()
 {
     $this->js(true)->_library('PNotify.desktop')->permission();
     $this->js(true)->_load('xepan.pnotify')->univ()->ajaxec($this->api->url('xepan_hr_notificationexec'));
     return parent::render();
 }
All Usage Examples Of CompleteLister::render