portfolio/mahara: php-doc for a confusing private method i didn't understand anymore

This commit is contained in:
mjollnir_ 2009-06-09 19:58:16 +00:00
parent bcb39ec9e9
commit e862c50a76

View file

@ -336,6 +336,11 @@ class portfolio_plugin_mahara extends portfolio_plugin_pull_base {
} }
/**
* internal helper function, that converts between the format constant,
* which might be too specific (eg 'image') and the class in our *supported* list
* which might be higher up the format hierarchy tree (eg 'file')
*/
private function resolve_format() { private function resolve_format() {
$thisformat = $this->get_export_config('format'); $thisformat = $this->get_export_config('format');
$allformats = portfolio_supported_formats(); $allformats = portfolio_supported_formats();