Interface IHookChainStorage
public interface IHookChainStorage
Hook Chain Storage to pass data from one hook to another
- Author:
- I-D Media AG
-
Method Details
-
get
Get the value to a given key- Parameters:
sKey- Key- Returns:
- Value, may be
null
-
set
Store data- Parameters:
sKey- KeypObject- Value
-
remove
Remove data- Parameters:
sKey- Key
-
clear
void clear()Clear entire storage object -
contains
Check if given key is set- Parameters:
sKey- Key- Returns:
-