Class containing data for managecompetencyframeworks page.  
 More...
|  | 
| bool | $canmanage = false | 
|  | $canmanage Result of permissions checks. 
 | 
|  | 
| array | $competencyframeworks = array() | 
|  | $competencyframeworks List of competency frameworks. 
 | 
|  | 
| array | $navigation = array() | 
|  | $navigation List of links to display on the page. 
 | 
|  | 
| context | $pagecontext | 
|  | The context in which everything is happening. 
 | 
|  | 
| moodle_url | $pluginbaseurl = null | 
|  | $pluginurlbase Base url to use constructing links. 
 | 
|  | 
Class containing data for managecompetencyframeworks page. 
- Copyright
- 2015 Damyon Wiese 
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
◆ __construct()
      
        
          | tool_lp\output\manage_competency_frameworks_page::__construct | ( | context | $pagecontext | ) |  | 
      
 
Construct this renderable. 
- Parameters
- 
  
    | context | $pagecontext | The page context |  
 
 
 
◆ export_for_template()
      
        
          | tool_lp\output\manage_competency_frameworks_page::export_for_template | ( | renderer_base | $output | ) |  | 
      
 
Export this data so it can be used as the context for a mustache template. 
- Parameters
- 
  
  
- Return values
- 
  
  
Implements templatable.
 
 
◆ $navigation
  
  | 
        
          | array tool_lp\output\manage_competency_frameworks_page::$navigation = array() |  | protected | 
 
$navigation List of links to display on the page. 
Each link contains a url and a title. 
 
 
The documentation for this class was generated from the following file: