AdminPluginGridHandler::getRowInstance PHP Method

getRowInstance() protected method

protected getRowInstance ( )
    protected function getRowInstance()
    {
        $userRoles = $this->getAuthorizedContextObject(ASSOC_TYPE_USER_ROLES);
        import('controllers.grid.plugins.PluginGridRow');
        return new PluginGridRow($userRoles, CONTEXT_JOURNAL);
    }