Differences Between: [Versions 311 and 400]
(no description)
File Size: | 86 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
custom_completion:: (4 methods):
get_state()
get_defined_custom_rules()
get_custom_rule_descriptions()
get_sort_order()
Class: custom_completion - X-Ref
Activity custom completion subclass for the data activity.get_state(string $rule) X-Ref |
Fetches the completion state for a given completion rule. return: int The completion state. param: string $rule The completion rule. |
get_defined_custom_rules() X-Ref |
Fetch the list of custom completion rules that this module defines. return: array |
get_custom_rule_descriptions() X-Ref |
Returns an associative array of the descriptions of custom completion rules. return: array |
get_sort_order() X-Ref |
Returns an array of all completion rules, in the order they should be displayed to users. return: array |