public function StateMachine::get_all_events in State Machine 7.2
Same name and namespace in other branches
- 7.3 inc/base.inc \StateMachine::get_all_events()
Get all of the events
File
Class
- StateMachine
- @file base.inc
Code
public function get_all_events() {
return $this->events;
}