Bristol SU Support Package
|
Public Member Functions | |
build (ActionInstance $actionInstance, array $data=[]) | |
Builds an action class.
Definition at line 12 of file ActionBuilder.php.
BristolSU\Support\Action\Contracts\ActionBuilder::build | ( | ActionInstance | $actionInstance, |
array | $data = [] |
||
) |
Build an action given an action instance and data to map.
The data are the event fields, so need mapping to the action data before creation.
ActionInstance | $actionInstance | |
array | $data |
Implemented in BristolSU\Support\Action\ActionBuilder.