Base class for action, which is to be invoked when a rule fires. Offers 'serialize' function to convert action parameters to a string dictionary.
new()
This class is not meant to be initialized directly. Accepts dictionary of action parameters and drops keys whose values are 'None'.
Action$new(...)
...
: Dictionary of action parameters.
serialize()
Serialize the action parameters as a string dictionary.
Action$serialize()
Action parameters serialized as a string dictionary.
format()
format class
Action$format()
clone()
The objects of this class are cloneable with this method.
Action$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.