1 | <?php |
||
17 | class Entry extends AbstractEngine implements EntryInterface |
||
18 | { |
||
19 | /** |
||
20 | * @param ActionDescriptor $action |
||
21 | * @param $id |
||
22 | * @param array|Traversable $currentSteps |
||
23 | * @param $state |
||
24 | * |
||
25 | * @return void |
||
26 | * |
||
27 | */ |
||
28 | public function completeEntry(ActionDescriptor $action = null, $id, $currentSteps, $state) |
||
45 | } |
||
46 |