Up one level | ||
formats/ | ||
caller.php [source] [572 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. | |
constants.php [source] [208 lines] | This file contains all the defined constants to do with portfolios. | |
exceptions.php [source] [137 lines] | This file contains all the portfolio exception classes. | |
exporter.php [source] [926 lines] | This file contains the class definition for the exporter object. | |
formats.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. | |
forms.php [source] [322 lines] | This file contains all the form definitions used by the portfolio code. | |
plugin.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. |