Bristol SU Support Package
ActionBuilder.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
6 
8 
12 interface ActionBuilder
13 {
14 
24  public function build(ActionInstance $actionInstance, array $data = []): Action;
25 
26 }
build(ActionInstance $actionInstance, array $data=[])