Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 72... Línea 72...
72
            );
72
            );
73
        }
73
        }
Línea 74... Línea 74...
74
 
74
 
75
        return '';
75
        return '';
-
 
76
    }
-
 
77
 
-
 
78
    /**
-
 
79
     * Check if the user has the capability to access this table.
-
 
80
     *
-
 
81
     * @return bool Return true if capability check passed.
-
 
82
     */
-
 
83
    public function has_capability(): bool {
-
 
84
        return \core_reportbuilder\permission::can_view_report($this->persistent);
76
    }
85
    }