Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.
/lib/portfolio/
FolderUp one level  
Folderformats/
 
Filecaller.php      [source] [573 lines]   This file contains the base classes that are extended to create portfolio export functionality. For places in moodle that want to add export functionality to subclass.
Fileconstants.php   [source] [208 lines]   This file contains all the defined constants to do with portfolios.
Fileexceptions.php  [source] [137 lines]   This file contains all the portfolio exception classes.
Fileexporter.php    [source] [927 lines]   This file contains the class definition for the exporter object.
Fileformats.php     [source] [607 lines]   This file contains all the class definitions of the export formats. They are implemented in php classes rather than just a simpler hash Because it provides an easy way to do subtyping using php inheritance.
Fileforms.php       [source] [322 lines]   This file contains all the form definitions used by the portfolio code.
Fileplugin.php      [source] [872 lines]   This file contains the base classes for portfolio plugins to inherit from: portfolio_plugin_pull_base and portfolio_plugin_push_base which both in turn inherit from portfolio_plugin_base.