Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
block_lp\output\summary Class Reference

Summary renderable class. More...

Inheritance diagram for block_lp\output\summary:

Public Member Functions

 __construct ($user=null)
 Constructor.
 
 export_for_template (renderer_base $output)
 
 has_content ()
 Returns whether there is content in the summary.
 

Protected Attributes

array $activeplans = array()
 Active plans.
 
array $compstoreview = array()
 Competencies to review.
 
array $plans = array()
 Plans.
 
array $planstoreview = array()
 Plans to review.
 
stdClass $user
 The user.
 

Detailed Description

Summary renderable class.

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

Constructor & Destructor Documentation

◆ __construct()

block_lp\output\summary::__construct ( $user = null)

Constructor.

Parameters
stdClass$userThe user.

Member Function Documentation

◆ has_content()

block_lp\output\summary::has_content ( )

Returns whether there is content in the summary.

Return values
boolean

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