mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-16587 bit of a large refactor of the portfolio formats. still more to come.
This commit is contained in:
parent
a813ddc975
commit
6be1dcae99
16 changed files with 295 additions and 141 deletions
|
@ -36,13 +36,6 @@ class portfolio_plugin_download extends portfolio_plugin_pull_base {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
public function get_extra_finish_options() {
|
||||
global $CFG;
|
||||
return array($this->get_base_file_url() => get_string('downloadfile', 'portfolio_download'));
|
||||
}
|
||||
*/
|
||||
|
||||
public function send_package() {}
|
||||
|
||||
public function verify_file_request_params($params) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue