oxhasher.php

Go to the documentation of this file.
00001 <?php
00002 
00006 abstract class oxHasher
00007 {
00008 
00016     abstract public function hash($sString);
00017 }