function flag_flag::rules_get_event_arguments_definition in Flag 6
Same name and namespace in other branches
- 5 flag.inc \flag_flag::rules_get_event_arguments_definition()
 - 6.2 flag.inc \flag_flag::rules_get_event_arguments_definition()
 
Defines the Rules arguments involved in a flag event.
File
- ./
flag.inc, line 639  - Implements various flags. Uses object oriented style inspired by that of Views 2.
 
Class
- flag_flag
 - This abstract class represents a flag, or, in Views 2 terminology, "a handler".
 
Code
function rules_get_event_arguments_definition() {
  return array();
}