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