MIDDAG for Moodle

report_controller extends controller

Public SDK Controller.

Extend this class to implement HTTP controllers in your plugin while benefiting from the framework routing and middleware lifecycle.

Table of Contents

Methods

report()  : Response

Methods

report()

public report(string $report_key) : Response
Parameters
$report_key : string
Tags
throws
coding_exception
throws
require_login_exception
throws
moodle_exception
Attributes
#[Route]
$path: '/dashboard/report/{report_key}'
$name: 'dashboard_report'
$requirements: ['report_key' => '[A-Za-z0-9_]+']
$methods: ['GET', 'POST']
Return values
Response

        
On this page

Search results