Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
tool_analytics\output\invalid_analysables Class Reference

Invalid analysables renderable. More...

Inheritance diagram for tool_analytics\output\invalid_analysables:

Public Member Functions

 __construct (\core_analytics\model $model, $page, $perpage)
 Inits the invalid analysables renderable.
 
 export_for_template (\renderer_base $output)
 Export the data.
 

Protected Attributes

core_analytics model $model = null
 
int $page = 0
 
int $perpage = 0
 

Detailed Description

Invalid analysables renderable.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

tool_analytics\output\invalid_analysables::__construct ( \core_analytics\model $model,
$page,
$perpage )

Inits the invalid analysables renderable.

Parameters
core_analytics::model$model
int$page
int$perpage
Return values
stdClass

Member Function Documentation

◆ export_for_template()

tool_analytics\output\invalid_analysables::export_for_template ( \renderer_base $output)

Export the data.

Parameters
renderer_base$output
Return values
stdClass

The documentation for this class was generated from the following file: