function hackedFileHasher::perform_hash in Hacked! 6.2
Same name and namespace in other branches
- 7.2 includes/hackedFileHasher.inc \hackedFileHasher::perform_hash()
1 call to hackedFileHasher::perform_hash()
- hackedFileHasher::hash in includes/
hacked_project.inc - Returns a hash of the given filename.
2 methods override hackedFileHasher::perform_hash()
- hackedFileIgnoreEndingsHasher::perform_hash in includes/
hacked_project.inc - Returns a hash of the given filename.
- hackedFileIncludeEndingsHasher::perform_hash in includes/
hacked_project.inc
File
- includes/
hacked_project.inc, line 718
Class
- hackedFileHasher
- Base class for the different ways that files can be hashed.
Code
function perform_hash($filename) {
return '';
}