MDL-16596 adding missing get_pathnamehash() method

This commit is contained in:
skodak
2008-09-21 10:33:58 +00:00
parent ac84a07da8
commit 6ed19c7464
+4
View File
@@ -250,4 +250,8 @@ class stored_file {
public function get_contenthash() {
return $this->file_record->contenthash;
}
public function get_pathnamehash() {
return $this->file_record->pathnamehash;
}
}