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