You are here

public function StateFlow_Event::get_machine in State Machine 7.2

Same name and namespace in other branches
  1. 7.3 modules/state_flow_entity/plugins/state_flow_entity.inc \StateFlow_Event::get_machine()
  2. 7 modules/state_flow/plugins/state_flow.inc \StateFlow_Event::get_machine()

File

modules/state_flow/plugins/state_flow.inc, line 426

Class

StateFlow_Event

Code

public function get_machine() {
  return $this->machine;
}