OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
oxhasher.php
Go to the documentation of this file.
1 <?php
2 
6 abstract class oxHasher
7 {
8 
16  abstract public function hash($sString);
17 }