public function StateMachine::get_all_events in State Machine 7.3
Same name and namespace in other branches
- 7.2 inc/base.inc \StateMachine::get_all_events()
Get all of the events.
File
- inc/
base.inc, line 235 - Defines the base classes of the state machine.
Class
- StateMachine
- The base class.
Code
public function get_all_events() {
return $this->events;
}