Backend\Modules\Pages\Actions\Index::loadDataGrids PHP Метод

loadDataGrids() приватный Метод

Load the datagrids
private loadDataGrids ( )
    private function loadDataGrids()
    {
        // load the datagrid with the recently edited items
        $this->loadDataGridRecentlyEdited();
        // load the dategird with the drafts
        $this->loadDataGridDrafts();
    }