You are here

public function StateMachine_State::get_options in State Machine 7.2

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

Return the $options array

File

inc/base.inc, line 238
base.inc

Class

StateMachine_State

Code

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