protected function StateMachine::on_event_fail in State Machine 6
Same name and namespace in other branches
- 7.3 inc/base.inc \StateMachine::on_event_fail()
- 7 inc/base.inc \StateMachine::on_event_fail()
- 7.2 inc/base.inc \StateMachine::on_event_fail()
Method to be called when firing an event fails for any reason.
1 call to StateMachine::on_event_fail()
- StateMachine::fire_event in inc/
base.inc - Trigger an event to process a transition. Callbacks and guard conditions will be processed in the following order:
File
- inc/
base.inc, line 189
Class
Code
protected function on_event_fail($event) {
}