GridHandler::doSpecificFetchGridActions PHP Méthode

doSpecificFetchGridActions() protected méthode

This method is called by GridHandler::fetchGrid()
protected doSpecificFetchGridActions ( $args, $request, $templateMgr )
$args array
$request Request
    protected function doSpecificFetchGridActions($args, $request, $templateMgr)
    {
        // Render the body elements.
        $gridBodyParts = $this->renderGridBodyPartsInternally($request);
        $templateMgr->assign('gridBodyParts', $gridBodyParts);
    }