You are here

public function StateMachine_Event::get_options in State Machine 7.2

Same name and namespace in other branches
  1. 7.3 inc/base.inc \StateMachine_Event::get_options()

Return the $options array

File

inc/base.inc, line 288
base.inc

Class

StateMachine_Event

Code

public function get_options() {
  return $this->options;
}