MDL-14589 adding function get_contenthash() - thanks Penny

This commit is contained in:
skodak 2008-08-08 13:11:32 +00:00
parent 145a0a317b
commit 4284e1cc17

View file

@ -189,4 +189,8 @@ class stored_file {
public function get_id() {
return $this->file_record->id;
}
public function get_contenthash() {
return $this->file_record->contenthash;
}
}