Pin Checker Class
You can include this library to your code file by typing the below code;
use Ness\Security\PinChecker
Required Namespace
- Ness
- Security
- PinChecker
- Security
You can include this library to your code file by typing the below code;
use Ness\Security\PinChecker
About Pin Checker Class #top
A pin chechker class for taking control and managing operations. This class is a derivative of Object Mapper class
Available Methods #top
MapPin
PinChecker::MapPin(string $pinname, mixed $pincode);
| Map new security code | ||
| Return | Void | |
| Parameters | $pinname String; id for the security code $pincode String; Security code. |
|
CheckPin
PinChecker::CheckPin(string $pinname, mixed $pincode);
| Check if security code is true | ||
| Return | Boolean | |
| Parameters | $pinname String; id for the security code $pincode String; Security code. |
|
Clear
PinChecker::Clear();
| Clear all mapped secirity codes | ||
| Return | Void | |
| Parameters | None | |