]> git.mjollnir.org Git - moodle.git/commit
MDL-14591 - split portfoliolib into logical parts for better readability
authormjollnir_ <mjollnir_>
Mon, 8 Sep 2008 13:44:36 +0000 (13:44 +0000)
committermjollnir_ <mjollnir_>
Mon, 8 Sep 2008 13:44:36 +0000 (13:44 +0000)
commit87fcac8d78a148b64fcf64deac586c5c6807952a
tree08c245b9afc6b2e1c1c1ddf4b9e44ed21a9dab6a
parentb032b49099487f4925313ce2cc282224f7a55b9b
MDL-14591 - split portfoliolib into logical parts for better readability

Especially as some of the functions shared by base classes (portfolio plugin vs caller) were the same
it was getting a bit unweildy to have all this in one file.
lib/portfolio/caller.php [new file with mode: 0644]
lib/portfolio/constants.php [new file with mode: 0644]
lib/portfolio/exceptions.php [new file with mode: 0644]
lib/portfolio/exporter.php [new file with mode: 0644]
lib/portfolio/formats.php [new file with mode: 0644]
lib/portfolio/forms.php [new file with mode: 0644]
lib/portfolio/plugin.php [new file with mode: 0644]
lib/portfoliolib.php
portfolio/type/download/lib.php