Skip to content

Commit

Permalink
MDL-14589 adding function get_contenthash() - thanks Penny
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Aug 8, 2008
1 parent 145a0a3 commit 4284e1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/file/stored_file.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,8 @@ public function get_status() {
public function get_id() {
return $this->file_record->id;
}

public function get_contenthash() {
return $this->file_record->contenthash;
}
}

0 comments on commit 4284e1c

Please sign in to comment.