Property | Type | Description | |
---|---|---|---|
$_config | object | instance of the config class | |
$_hash | string | salted hash | |
$_raw | string | plain raw |
Method | Description | |
---|---|---|
__construct ( |
constructor of the class | |
getHash ( ) | get the hash | |
getRaw ( ) | get the raw | |
init ( string $raw = null ) | init the class | |
validate ( string $raw = null, string $hash = null ) : boolean | validate raw again hash |
Method | Description | |
---|---|---|
_create ( ) | create a salted hash |
public __construct ( |
||
$config | instance of the config class |
protected static object $_config | ||
return | object |