init
This commit is contained in:
17
mysyde/common/interfaces/PasswordCheckerInterface.php
Normal file
17
mysyde/common/interfaces/PasswordCheckerInterface.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace DynCom\mysyde\common\interfaces;
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Bauer
|
||||
* Date: 13.01.2015
|
||||
* Time: 14:00
|
||||
*/
|
||||
interface PasswordCheckerInterface {
|
||||
|
||||
/**
|
||||
* @param $storedPass
|
||||
* @param $inputPass
|
||||
* @return mixed
|
||||
*/
|
||||
public function isValid($storedPass, $inputPass );
|
||||
}
|
||||
Reference in New Issue
Block a user