Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 39... Línea 39...
39
 * @package core_table
39
 * @package core_table
40
 * @copyright 2020 Simey Lameze <simey@moodle.com>
40
 * @copyright 2020 Simey Lameze <simey@moodle.com>
41
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
41
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
42
 */
42
 */
43
interface dynamic {
43
interface dynamic {
-
 
44
 
-
 
45
    /**
-
 
46
     * Check capability for users accessing the dynamic table.
-
 
47
     *
-
 
48
     * @return bool
-
 
49
     */
-
 
50
    public function has_capability(): bool;
44
}
51
}