PHP Class Jamm\Memory\KeyAutoUnlocker

Inheritance: implements Jamm\Memory\IKeyLocker
Afficher le fichier Open project: jamm/memory Class Usage Examples

Protected Properties

Свойство Type Description
$Unlock
$key

Méthodes publiques

Méthode Description
__construct ( callable $Unlock )
__destruct ( )
getKey ( )
revoke ( )
setKey ( $key )

Method Details

__construct() public méthode

public __construct ( callable $Unlock )
$Unlock callable

__destruct() public méthode

public __destruct ( )

getKey() public méthode

public getKey ( )

revoke() public méthode

public revoke ( )

setKey() public méthode

public setKey ( $key )

Property Details

$Unlock protected_oe property

protected $Unlock

$key protected_oe property

protected $key