public function StateMachine_Event::get_options in State Machine 7.2
Same name and namespace in other branches
- 7.3 inc/base.inc \StateMachine_Event::get_options()
Return the $options array
File
Class
Code
public function get_options() {
return $this->options;
}