public function StateMachine_State::get_options in State Machine 7.3
Same name and namespace in other branches
- 7.2 inc/base.inc \StateMachine_State::get_options()
Return the $options array.
Return value
array The options array.
File
- inc/
base.inc, line 281 - Defines the base classes of the state machine.
Class
- StateMachine_State
- Base class for states.
Code
public function get_options() {
return $this->options;
}