| 1 | <?php |
||
| 20 | class Ezpublish implements \Aimeos\MShop\Common\Item\Helper\Password\Iface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Returns the hashed password |
||
| 24 | * |
||
| 25 | * @param string $password Clear text password string |
||
| 26 | * @param string|null $salt Password salt |
||
| 27 | * @return string Hashed password |
||
| 28 | */ |
||
| 29 | public function encode( $password, $salt = null ) |
||
| 33 | } |
||
| 34 |