public function StateFlow_Event::get_machine in State Machine 7.3
Same name and namespace in other branches
- 7 modules/state_flow/plugins/state_flow.inc \StateFlow_Event::get_machine()
- 7.2 modules/state_flow/plugins/state_flow.inc \StateFlow_Event::get_machine()
File
- modules/
state_flow_entity/ plugins/ state_flow_entity.inc, line 1021 - State Flow implementation of the State Machine class.
Class
- StateFlow_Event
- @todo, should this class be renamed to StateFlow_Event?
Code
public function get_machine() {
return $this->machine;
}