Home
last modified time | relevance | path

Searched refs:newfilehashes (Results 1 – 3 of 3) sorted by relevance

/dports/www/moodle310/moodle/lib/portfolio/
H A Dexporter.php93 private $newfilehashes; variable in portfolio_exporter
131 $this->newfilehashes = array();
767 if (array_key_exists($oldfile->get_contenthash(), $this->newfilehashes)) {
768 return $this->newfilehashes[$oldfile->get_contenthash()];
777 $this->newfilehashes[$newfile->get_contenthash()] = $newfile;
/dports/www/moodle311/moodle/lib/portfolio/
H A Dexporter.php93 private $newfilehashes; variable in portfolio_exporter
131 $this->newfilehashes = array();
767 if (array_key_exists($oldfile->get_contenthash(), $this->newfilehashes)) {
768 return $this->newfilehashes[$oldfile->get_contenthash()];
777 $this->newfilehashes[$newfile->get_contenthash()] = $newfile;
/dports/www/moodle39/moodle/lib/portfolio/
H A Dexporter.php93 private $newfilehashes; variable in portfolio_exporter
131 $this->newfilehashes = array();
767 if (array_key_exists($oldfile->get_contenthash(), $this->newfilehashes)) {
768 return $this->newfilehashes[$oldfile->get_contenthash()];
777 $this->newfilehashes[$newfile->get_contenthash()] = $newfile;