PHP Class Jamm\Memory\KeyAutoUnlocker

Inheritance: implements Jamm\Memory\IKeyLocker
Show file Open project: jamm/memory Class Usage Examples

Protected Properties

Property Type Description
$Unlock
$key

Public Methods

Method Description
__construct ( callable $Unlock )
__destruct ( )
getKey ( )
revoke ( )
setKey ( $key )

Method Details

__construct() public method

public __construct ( callable $Unlock )
$Unlock callable

__destruct() public method

public __destruct ( )

getKey() public method

public getKey ( )

revoke() public method

public revoke ( )

setKey() public method

public setKey ( $key )

Property Details

$Unlock protected property

protected $Unlock

$key protected property

protected $key