mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
portfolio/mahara: php-doc for a confusing private method i didn't understand anymore
This commit is contained in:
parent
bcb39ec9e9
commit
e862c50a76
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue