Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Public Attributes | List of all members
tool_lp\template_statistics Class Reference

Template statistics class. More...

Public Member Functions

 __construct ($templateid)
 Return the custom definition of the properties of this model. More...
 

Public Attributes

$competencycount $competencycount = 0
 The number of competencies in the template.
 
$completedplancount $completedplancount = 0
 The number of completed plans for the template.
 
$leastproficientcompetencies $leastproficientcompetencies = array()
 The competencies in this template that were proficient the least times.
 
$plancount $plancount = 0
 The number of plans for the template.
 
$proficientusercompetencyplancount $proficientusercompetencyplancount = 0
 The number of proficient competencies in completed plans for the template.
 
$unlinkedcompetencycount $unlinkedcompetencycount = 0
 The number of unlinked competencies in the template.
 
$usercompetencyplancount $usercompetencyplancount = 0
 The number of competencies in completed plans for the template.
 

Detailed Description

Template statistics class.

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

Constructor & Destructor Documentation

◆ __construct()

tool_lp\template_statistics::__construct (   $templateid)

Return the custom definition of the properties of this model.

Parameters
int$templateidThe template we want to generate statistics for.

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