From: Penny Leach Date: Fri, 18 Dec 2009 10:52:11 +0000 (+0100) Subject: portfolio: MDL-21030 added helper function to add multiple attachments X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=81f14a6d1e61d949774d4d92402a8d4717dec709;p=moodle.git portfolio: MDL-21030 added helper function to add multiple attachments --- diff --git a/lib/portfolio/formats/leap2a/lib.php b/lib/portfolio/formats/leap2a/lib.php index 0926a69576..b5006f9062 100644 --- a/lib/portfolio/formats/leap2a/lib.php +++ b/lib/portfolio/formats/leap2a/lib.php @@ -331,6 +331,16 @@ class portfolio_format_leap2a_entry { $this->attachments[$file->get_id()] = $file; } + /** + * helper function to add a bunch of files at the same time + * useful for passing $this->multifiles straight through from the portfolio_caller + */ + public function add_attachments(array $files) { + foreach ($files as $file) { + $this->add_attachment($file); + } + } + /** * add a category to this entry * http://wiki.cetis.ac.uk/2009-03/LEAP2A_categories